Exemplo n.º 1
0
 static protected void Ready(BASE_STATE_TYPE state)
 {
     state.Ready();
 }
Exemplo n.º 2
0
 static protected IEnumerator Coroutine(BASE_STATE_TYPE state)
 {
     return(state.Coroutine());
 }
Exemplo n.º 3
0
 static protected void SetOwnerStateMachine(BASE_STATE_TYPE state, MACHINE machine)
 {
     state.SetOwnerStateMachine(machine);
 }