Stop() 공개 메소드

public Stop ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 ///     Stop the bot from going any further
 /// </summary>
 public void Stop()
 {
     IsWorking = false;
     _stateMachine.Stop();
     _playerMonitor.Stop();
     //_chatMonitor.Stop();
     _fface.Follow.Reset();
 }
예제 #2
0
 /// <summary>
 ///     Stop the bot from going any further
 /// </summary>
 public void Stop()
 {
     IsWorking = false;
     _stateMachine.Stop();
     _playerMonitor.Stop();
 }
예제 #3
0
 /// <summary>
 /// Stop the bot from going any further
 /// </summary>
 public void Stop()
 {
     IsWorking = false;
     _stateMachine.Stop();
 }