[BREAKING CHANGES] - Add new commands module for the Friends list, add new events for friends online/offline, friend rights management, friend map lookup
This commit is contained in:
14
lib/classes/public/interfaces/MapLocation.ts
Normal file
14
lib/classes/public/interfaces/MapLocation.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {UUID} from '../../UUID';
|
||||
import * as Long from 'long';
|
||||
import {Vector2} from '../../Vector2';
|
||||
|
||||
export interface MapLocation {
|
||||
'regionName': string;
|
||||
'mapImage': UUID;
|
||||
'regionHandle': Long,
|
||||
'regionX': number,
|
||||
'regionY': number,
|
||||
'localX': number,
|
||||
'localY': number,
|
||||
'avatars': Vector2[]
|
||||
}
|
||||
Reference in New Issue
Block a user