Exemplo n.º 1
0
 /// <summary>
 /// End the current state and go to the next one
 /// </summary>
 /// <param name="nextState">Next state</param>
 protected void Finish(string nextState)
 {
     OnStateFinished?.Invoke(nextState);
 }