Exemplo n.º 1
0
 public static void SpawnUnit(UnitBasic b)
 {
     b.SetPosition(GetSpawnPosition());
     b.AddReward();
 }