Exemplo n.º 1
0
 /// <summary>
 /// Gets the statemachine that this state belongs to.
 /// </summary>
 /// <returns> Returns the statemachine. </returns>
 public FSMStateMachine GetStateMachine()
 {
     return(m_OwnerLogic.GetStateMachine());
 }