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

View File

@@ -0,0 +1,6 @@
import {MapBlock} from '../classes/MapBlock';
export class MapInfoRangeReplyEvent
{
regions: MapBlock[];
}