xdh
2018-10-31 530971bfbab8b0bab8fe7a13c4b84e68935b6e46
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.py
@@ -12171,6 +12171,7 @@
    _fields_ = [
                  ("FuncID", c_ubyte),    # 功能ID
                  ("State", c_ubyte),    # 是否开启
                  ("AwardState", c_ubyte),    # 是否已领奖励
                  ]
    def __init__(self):
@@ -12185,6 +12186,7 @@
    def Clear(self):
        self.FuncID = 0
        self.State = 0
        self.AwardState = 0
        return
    def GetLength(self):
@@ -12196,11 +12198,13 @@
    def OutputString(self):
        DumpString = '''//A3 02 功能开通状态 //tagMCFuncOpenStateList:
                                FuncID:%d,
                                State:%d
                                State:%d,
                                AwardState:%d
                                '''\
                                %(
                                self.FuncID,
                                self.State
                                self.State,
                                self.AwardState
                                )
        return DumpString
@@ -17200,7 +17204,6 @@
                  ("Value3", c_int),    # 自定义值3
                  ("Value4", c_int),    # 自定义值4
                  ("Value5", c_int),    # 自定义值5
                  ("Value6", c_int),    # 自定义值6
                  ]
    def __init__(self):
@@ -17219,7 +17222,6 @@
        self.Value3 = 0
        self.Value4 = 0
        self.Value5 = 0
        self.Value6 = 0
        return
    def GetLength(self):
@@ -17235,8 +17237,7 @@
                                Value2:%d,
                                Value3:%d,
                                Value4:%d,
                                Value5:%d,
                                Value6:%d
                                Value5:%d
                                '''\
                                %(
                                self.SetNum,
@@ -17244,8 +17245,7 @@
                                self.Value2,
                                self.Value3,
                                self.Value4,
                                self.Value5,
                                self.Value6
                                self.Value5
                                )
        return DumpString