Fix feedback @kharhamel

This commit is contained in:
gparant 2020-04-12 13:57:00 +02:00
parent d257b2b944
commit bbc3935d60
5 changed files with 46 additions and 22 deletions

View file

@ -1,7 +1,6 @@
import {RESOLUTION} from "../../Enum/EnvironmentVariable";
import {Player} from "../Player/Player";
import {MapManagerInterface} from "./MapManager";
import {PlayerAnimationNames} from "../Player/Animation";
export interface CameraManagerInterface {
MapManager : MapManagerInterface;