Exemplo n.º 1
0
 public StateType GetState <StateType>() where StateType : State => mOwnerStateMachine.GetState <StateType>();
Exemplo n.º 2
0
 public StateType GetState <StateType>() where StateType : State
 {
     return(mOwnerStateMachine.GetState <StateType>());
 }