Fix import
authorgparant <g.parant@thecodingmachine.com>
Sun, 26 Apr 2020 21:22:13 +0000 (23:22 +0200)
committergparant <g.parant@thecodingmachine.com>
Sun, 26 Apr 2020 21:22:13 +0000 (23:22 +0200)
front/src/Phaser/Game/GameScene.ts

index 5a320c3884ffacb46020b3d93f654595f30cb124..159498e182e78e37359c7d0f22bf08e6ffc0284a 100644 (file)
@@ -1,8 +1,7 @@
-import {GameManagerInterface, StatusGameManagerEnum} from "./GameManager";
+import {GameManagerInterface} from "./GameManager";
 import {MessageUserPositionInterface} from "../../Connexion";
 import {CurrentGamerInterface, GamerInterface, Player} from "../Player/Player";
 import {DEBUG_MODE, RESOLUTION, ZOOM_LEVEL} from "../../Enum/EnvironmentVariable";
-import Tile = Phaser.Tilemaps.Tile;
 import {ITiledMap, ITiledTileSet} from "../Map/ITiledMap";
 import {cypressAsserter} from "../../Cypress/CypressAsserter";