From 91e940b1bafbce188b6e58181cd2a5ebd8db5ee7 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 19 六月 2024 14:14:40 +0800
Subject: [PATCH] 0312 排行榜新增字段

---
 ServerPython/CoreServerGroup/GameServer/Script/IPY_BillboardManager.py |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/IPY_BillboardManager.py b/ServerPython/CoreServerGroup/GameServer/Script/IPY_BillboardManager.py
index 0efea77..06a4d81 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/IPY_BillboardManager.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/IPY_BillboardManager.py
@@ -244,9 +244,14 @@
     def GetType2(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetType2(self)
     def GetValue1(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetValue1(self)
     def GetValue2(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetValue2(self)
+    def GetValue3(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetValue3(self)
+    def GetValue4(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetValue4(self)
+    def GetValue5(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetValue5(self)
     def GetCmpValue(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetCmpValue(self)
     def GetCmpValue2(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetCmpValue2(self)
     def GetCmpValue3(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetCmpValue3(self)
+    def GetDataLen(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetDataLen(self)
+    def GetUserData(self): return _IPY_BillboardManager.IPY_DBBillboardData_GetUserData(self)
     def SetType(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetType(self, *args)
     def SetID(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetID(self, *args)
     def SetID2(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetID2(self, *args)
@@ -255,9 +260,14 @@
     def SetType2(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetType2(self, *args)
     def SetValue1(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetValue1(self, *args)
     def SetValue2(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetValue2(self, *args)
+    def SetValue3(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetValue3(self, *args)
+    def SetValue4(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetValue4(self, *args)
+    def SetValue5(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetValue5(self, *args)
     def SetCmpValue(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetCmpValue(self, *args)
     def SetCmpValue2(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetCmpValue2(self, *args)
     def SetCmpValue3(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetCmpValue3(self, *args)
+    def SetDataLen(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetDataLen(self, *args)
+    def SetUserData(self, *args): return _IPY_BillboardManager.IPY_DBBillboardData_SetUserData(self, *args)
 IPY_DBBillboardData_swigregister = _IPY_BillboardManager.IPY_DBBillboardData_swigregister
 IPY_DBBillboardData_swigregister(IPY_DBBillboardData)
 

--
Gitblit v1.8.0