예제 #1
0
 public void Go()
 {
     if (_patrolRoute.Any() && !_patrolRoute.IsStationary())
     {
         Patrol(0);
     }
 }