ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
@@ -4054,6 +4054,8 @@ _fields_ = [ ("Cmd", c_ubyte), ("SubCmd", c_ubyte), ("MapID", c_int), ("FuncLineID", c_ushort), ] def __init__(self): @@ -4070,6 +4072,8 @@ def Clear(self): self.Cmd = 0xA2 self.SubCmd = 0x31 self.MapID = 0 self.FuncLineID = 0 return def GetLength(self): @@ -4081,11 +4085,15 @@ def OutputString(self): DumpString = '''// A2 31 前端开始自定义场景 //tagCMClientStartCustomScene: Cmd:%s, SubCmd:%s SubCmd:%s, MapID:%d, FuncLineID:%d '''\ %( self.Cmd, self.SubCmd self.SubCmd, self.MapID, self.FuncLineID ) return DumpString