예제 #1
0
 public void AddObstacle(Obstacle obstacle) // add an obstacle to be checked by the engine
 {
     obstacles.Add(obstacle);
 }