public bool hasStateGroup <T>() where T : StateGroup { return(mStateMachine.hasStateGroup <T>()); }
public bool hasStateGroup(Type group) { return(mStateMachine.hasStateGroup(group)); }