Пример #1
0
 public Ant(int row, int col, int team)
 {
     this.hasMoved = false;
     this.team     = team;
     this.position = new Vector2i(col, row);
 }