41064107410841094110411141124113411441154116
case Sound: Client.sound.PlaySound(((GestureStepSound)step).ID); break; case Wait: GestureStepWait wait = (GestureStepWait)step; if (wait.WaitForTime) { PlatformUtils.sleep((int)(1000f * wait.WaitTime)); } if (wait.WaitForAnimation)