Beispiel #1
0
 public bool HasState(FSMState <T> state)
 {
     return(HasState(state.GetType()));
 }