Пример #1
0
 public void AddCreep(Creep creep)
 {
     creep.Center = creepPath.Beginning();
     CreepWaypointDict.Add(creep, 1);
 }