Migrate from tslint to eslint (will tighten rules in further commits)
This commit is contained in:
@@ -2,7 +2,8 @@ import { UUID } from '../../UUID';
|
||||
import * as Long from 'long';
|
||||
import { Vector2 } from '../../Vector2';
|
||||
|
||||
export interface MapLocation {
|
||||
export interface MapLocation
|
||||
{
|
||||
'regionName': string;
|
||||
'mapImage': UUID;
|
||||
'regionHandle': Long,
|
||||
|
||||
Reference in New Issue
Block a user