Tidy up imports, add missing exports, rename some events for consistency
This commit is contained in:
15
lib/events/RegionInfoReplyEvent.ts
Normal file
15
lib/events/RegionInfoReplyEvent.ts
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user