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