音效系统
你可以通过SoundManager类进行对客户端音效的调用。
一,例子:播放接受任务音效
//为玩家播放一段音效
SoundManager.playSound(player,SoundEnum.RECEIVE_TASK);Last updated
Was this helpful?
你可以通过SoundManager类进行对客户端音效的调用。
//为玩家播放一段音效
SoundManager.playSound(player,SoundEnum.RECEIVE_TASK);Last updated
Was this helpful?
Was this helpful?