装备技能 获取和提示 动画 修改

This commit is contained in:
2025-07-02 10:41:23 +08:00
parent 8c1216f24d
commit a83b8efacb
6 changed files with 3848 additions and 3643 deletions

View File

@@ -51,6 +51,6 @@ export enum GameEvent {
UpdateHP = "UpdateHP",
APChange = "APChange",
EXPUP = "EXPUP",
EQUIP_SHOW = "EQUIP_SHOW",
SKILL_SHOW = "SKILL_SHOW",
EQUIP_STONE_UP = "EQUIP_STONE_UP",
SKILL_STONE_UP = "SKILL_STONE_UP",
}