Example #1
0
 public void SetTileInteractor(TileInteractor tileInteractor)
 {
     this.tileInteractor = tileInteractor;
 }
Example #2
0
 //-------------------------------------------------
 void Awake()
 {
     _instance = this;
 }