hxp
7 天以前 a1ea5474ffd2b081668f9a0cef8d069aa78db85d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/python
# -*- coding: GBK -*-
#-------------------------------------------------------------------------------
#
##@package GM.Commands.Pool
#
# @todo:¶ÔÏó³Ø
# @author hxp
# @date 2025-11-28
# @version 1.0
#
# ÏêϸÃèÊö: ¶ÔÏó³Ø
#
#-------------------------------------------------------------------------------
#"""Version = 2025-11-28 18:00"""
#-------------------------------------------------------------------------------
 
import GameWorld
import ObjPool
 
def OnExec(curPlayer, msgList):
    GameWorld.DebugAnswer(curPlayer, "¶ÔÏó³Ø×´Ì¬Êä³öµØÍ¼ÈÕÖ¾")
    ObjPool.GetPoolMgr().pool_status()
    return