Exemplo n.º 1
0
 private void Reset()
 {
     m_velocity           = 3.2f;
     State                = mg_ss_EPlayerState.NONE;
     Action               = mg_ss_EPlayerAction.NONE;
     ConveyorCollidedWith = false;
     m_playerObject.Reset();
 }