Exemplo n.º 1
0
 //called when a tower building is initated in DragNDrop, use the sample tower as the model and set it in DragNDrop mode
 public static string BuildTowerDragNDrop(UnitTower tower)
 {
     return(instance._BuildTowerDragNDrop(tower));
 }