更新时长测试

master
zby 2 months ago
parent 9ce8c69738
commit a2d818e4d1

@ -225,7 +225,7 @@ public class SwapDoneState : IState
{
var SoundClient = AppInfo.Container.Resolve<SoundClient>();
SoundClient.SoundPlay(SoundEnum.music77);
Thread.Sleep(3000);
Thread.Sleep(4000);
SoundClient.SoundPlay(SoundEnum.music76);
Thread.Sleep(3000);
_CommonMgr.InsertStep(InfoEnum.BusinessSwappingStep.VelLockFlag,

Loading…
Cancel
Save