Exemple #1
0
 public StateType FindState <StateType>() where StateType : State => mOwnerStateMachine.FindState <StateType>();
Exemple #2
0
 public StateType FindState <StateType>() where StateType : State
 {
     return(mOwnerStateMachine.FindState <StateType>());
 }