Exemplo n.º 1
0
 public void AddObstacle(Obstacle obstacle)
 {
     Obstacles.Add(obstacle);
 }
Exemplo n.º 2
0
 public bool IsObstacleAlreadyDestructed(Obstacle obstacle)
 {
     return(destructedObstaclesIDs.Contains(obstacle.ID));
 }