Exemplo n.º 1
0
 public bool hasStateGroup <T>() where T : StateGroup
 {
     return(mStateMachine.hasStateGroup <T>());
 }
Exemplo n.º 2
0
 public bool hasStateGroup(Type group)
 {
     return(mStateMachine.hasStateGroup(group));
 }