import {MapBlock} from '../classes/MapBlock'; import {Vector2} from '..'; export class MapInfoReplyEvent { block: MapBlock; avatars: Vector2[] }