Example #1
0
 void Update()
 {
     if (currentState != null)
     {
         currentState.Reason();
         currentState.Act();
     }
 }