Пример #1
0
 void SingleStun(UnitCreep unit, float duration)
 {
     unit.ApplyStun(duration);
 }