public void MakeTransition(Estados state, float time) { currentState = states[state]; currentState.IniciarEstado(time); }
public void MakeTransition(Estados state, GameObject obj) { currentState = states[state]; currentState.IniciarEstado(obj); }