Ejemplo n.º 1
0
 public void Close()
 {
     state = StartingGateState.e_Closing;
     animClose.PlayOnce();
 }
Ejemplo n.º 2
0
 public void Open()
 {
     state = StartingGateState.e_Opening;
     animOpen.PlayOnce();
     (SoundEngine.Instance()).PlayFinchSound((int)Audio.Enum1.kSoundEffect_GateOpen);
 }