#!/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
|