Пример #1
0
 private bool CheckIfOccupied(Vector3Int pos)
 {
     return(unitsManager.ContainsUnit(pos));
 }