add: midi audio player

This commit is contained in:
flswld
2023-01-05 17:21:54 +08:00
parent 27f16d9063
commit ff650d9af7
7 changed files with 250 additions and 123 deletions

View File

@@ -107,6 +107,7 @@ func (c *CmdProtoMap) registerAllMessage() {
c.registerMessage(ObstacleModifyNotify, &proto.ObstacleModifyNotify{}) // 寻路阻挡变动通知
c.registerMessage(DungeonWayPointNotify, &proto.DungeonWayPointNotify{}) // 地牢副本相关
c.registerMessage(DungeonDataNotify, &proto.DungeonDataNotify{}) // 地牢副本相关
c.registerMessage(SceneAudioNotify, &proto.SceneAudioNotify{}) // 场景风物之琴音乐同步通知
// 战斗与同步
c.registerMessage(AvatarFightPropNotify, &proto.AvatarFightPropNotify{}) // 角色战斗属性通知