Ejemplo n.º 1
0
 /**
  *   지속적으로 작업 수행
  */
 public void Run()
 {
     if (currentState != null)
     {
         currentState.Run();
     }
 }