Tidy up imports, add missing exports, rename some events for consistency

This commit is contained in:
Casper Warden
2018-10-06 17:09:41 +01:00
parent 11f2f9b320
commit eb5ef5b074
1511 changed files with 163 additions and 41991 deletions

8
dist/events/MapInfoReplyEvent.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
import { MapBlock } from '../classes/MapBlock';
export declare class MapInfoReplyEvent {
block: MapBlock;
avatars: {
X: number;
Y: number;
}[];
}