| #!/usr/bin/python  | 
| # -*- coding: GBK -*-  | 
| #-------------------------------------------------------------------------------  | 
| #  | 
| ##@package GM.Commands.ExitFB  | 
| #  | 
| # @todo:Í˳ö¸±±¾  | 
| # @author hxp  | 
| # @date 2017-10-25  | 
| # @version 1.0  | 
| #  | 
| # ÏêϸÃèÊö: Í˳ö¸±±¾  | 
| #  | 
| #-------------------------------------------------------------------------------  | 
| #"""Version = 2017-10-25 18:00"""  | 
| #-------------------------------------------------------------------------------  | 
|   | 
| import GameWorld  | 
| import ChPlayer  | 
|   | 
| ## GMÃüÁîÖ´ÐÐÈë¿Ú  | 
| #  @param curPlayer µ±Ç°Íæ¼Ò  | 
| #  @param paramList ²ÎÊýÁбí []  | 
| #  @return None  | 
| #  @remarks º¯ÊýÏêϸ˵Ã÷.  | 
| def OnExec(curPlayer, paramList):  | 
|     ChPlayer.__Func_ExitFB(curPlayer, GameWorld.GetGameWorld().GetTick())  | 
|     return  | 
|   |