Example #1
0
 /// <summary>
 /// Sets the initial state
 /// </summary>
 /// <typeparam name="T"></typeparam>
 public void SetInitialState <T>() where T : IState
 {
     _fsm.SetInitialState <T>();
 }