public IslandUnityViewFactory(ModelToEntity ModelToEntity) { this.ModelToEntity = ModelToEntity; }
public Mover(IslandElement unit, ModelToEntity mToEntity) { this.unit = unit; this.mToEntity = mToEntity; }
public IslandElementUnityAnimationControllerFactory(ModelToEntity ModelToEntity) { this.ModelToEntity = ModelToEntity; }
public CoolInventoryView(GameObjectManager gameObjectManager, FollowCamera camera, ModelToEntity mToEInventory) { this.gameObjectManager = gameObjectManager; this.camera = camera; this.mToEInventory = mToEInventory; }