Tidy up imports, add missing exports, rename some events for consistency
This commit is contained in:
10
lib/events/MapInfoReplyEvent.ts
Normal file
10
lib/events/MapInfoReplyEvent.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {MapBlock} from '../classes/MapBlock';
|
||||
|
||||
export class MapInfoReplyEvent
|
||||
{
|
||||
block: MapBlock;
|
||||
avatars: {
|
||||
X: number,
|
||||
Y: number
|
||||
}[]
|
||||
}
|
||||
Reference in New Issue
Block a user