Exemplo n.º 1
0
 public void SetWayPoints(WayPointsHolder wayPointsHolder)
 {
     if (wayPointsHolder != null)
     {
         Waypoints = wayPointsHolder.GetWaypoints();
     }
 }
Exemplo n.º 2
0
 public void SetMonstersAndWaypoints(WayPointsHolder wayPoints, ref Monster[] monsters)
 {
     _wayPoint = wayPoints;
     _monsters = monsters;
 }