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,15 @@
import * as Long from 'long';
import {UUID} from '..';
export class RegionInfoReplyEvent
{
X: number;
Y: number;
name: string;
access: number;
regionFlags: number;
waterHeight: number;
agents: number;
mapImageID: UUID;
handle: Long
}