示例#1
0
 public bool hasState <T>() where T : PlayerState
 {
     return(mStateMachine.hasState <T>());
 }
示例#2
0
 public bool hasState(Type state)
 {
     return(mStateMachine.hasState(state));
 }