Ejemplo n.º 1
0
 public void spawnUnit()
 {
     int[] spawnPos = TileGrid.lowerLeftCorner();
     unitPlacement.InstantiateShelfUnit(spawnPos[0], spawnPos[1], false, true, true);
 }