This commit is contained in:
lenheart
2025-03-27 20:21:11 +08:00
parent 9d84fe256d
commit 4d65103501
33 changed files with 2712 additions and 2069 deletions

View File

@@ -8,6 +8,7 @@ class CombatRank {
//角色更换了装备事件包
PacketId_0 = 20072102;
PacketId_1 = 20072602;
constructor() {
@@ -24,6 +25,12 @@ class CombatRank {
}
SUser.SendJso(T);
}.bindenv(this);
Cb_player_chanage_equ_Func.CombatRankBFunc <- function(SUser) {
local T = {
op = PacketId_1
}
SUser.SendJso(T);
}.bindenv(this);
}