Fix lint issues

This commit is contained in:
Casper Warden
2018-10-10 10:36:12 +01:00
parent c6c6768dc9
commit 572cd576de
79 changed files with 148 additions and 175 deletions

View File

@@ -3,9 +3,9 @@ import {UUID} from './UUID';
import {PCode} from '../enums/PCode';
import {Quaternion} from './Quaternion';
import {Tree} from '../enums/Tree';
import {SoundFlags} from '../enums/SoundFlags';
import {NameValue} from './NameValue';
import {IGameObject} from './interfaces/IGameObject';
import {SoundFlags} from '..';
export class GameObjectFull implements IGameObject
{