Exemple #1
0
 public IslandUnityViewFactory(ModelToEntity ModelToEntity)
 {
     this.ModelToEntity = ModelToEntity;
 }
Exemple #2
0
 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;
 }