This commit is contained in:
2025-06-27 08:36:34 +08:00
parent 0a25259cf4
commit cba52086c2
11 changed files with 4429 additions and 4076 deletions

View File

@@ -29,6 +29,7 @@ export enum GameEvent {
HeroSkillSelectEnd = "HeroSkillSelectEnd",
HeroSelect = "HeroSelect",
FriendCalled = "FriendCalled",
MasterCalled = "MasterCalled",
FightStart = "FightStart",
FightPause = "FightPause",
FightResume = "FightResume",
@@ -48,4 +49,5 @@ export enum GameEvent {
ChangeATK_EQUIP_SPECIAL_ATTR = "ChangeATK_EQUIP_SPECIAL_ATTR",
UpdateVMData = "UpdateVMData",
UpdateHP = "UpdateHP",
APChange = "APChange",
}