From 6d420bca9828729bb814be1ff9a45e4388c7c09d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 09 九月 2024 15:21:04 +0800
Subject: [PATCH] 0312 家族接口扩展
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameServerToMapServer.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameServerToMapServer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameServerToMapServer.py
index cec9cc9..c1047c2 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameServerToMapServer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameServerToMapServer.py
@@ -834,6 +834,11 @@
def GetExtra3(self): return _IPY_GameServerToMapServer.IPY_MFamilyRefresh_GetExtra3(self)
def GetExtra4(self): return _IPY_GameServerToMapServer.IPY_MFamilyRefresh_GetExtra4(self)
def GetExtra5(self): return _IPY_GameServerToMapServer.IPY_MFamilyRefresh_GetExtra5(self)
+ def GetExtra6(self): return _IPY_GameServerToMapServer.IPY_MFamilyRefresh_GetExtra6(self)
+ def GetExtra7(self): return _IPY_GameServerToMapServer.IPY_MFamilyRefresh_GetExtra7(self)
+ def GetExtra8(self): return _IPY_GameServerToMapServer.IPY_MFamilyRefresh_GetExtra8(self)
+ def GetExtra9(self): return _IPY_GameServerToMapServer.IPY_MFamilyRefresh_GetExtra9(self)
+ def GetExtra10(self): return _IPY_GameServerToMapServer.IPY_MFamilyRefresh_GetExtra10(self)
def __init__(self):
this = _IPY_GameServerToMapServer.new_IPY_MFamilyRefresh()
try: self.this.append(this)
--
Gitblit v1.8.0