| #!/usr/bin/python  | 
| # -*- coding: GBK -*-  | 
| #-------------------------------------------------------------------------------  | 
| #  | 
| #-------------------------------------------------------------------------------  | 
| #  | 
| ##@package Item_VIPExperience  | 
| #  | 
| # @todo:VIPÌåÑ鿨  | 
| # @author xdh  | 
| # @date 2017-12-06 11:00  | 
| # @version 1.0  | 
| #  | 
| # ÏêϸÃèÊö: VIPÌåÑ鿨  | 
| #  | 
| #---------------------------------------------------------------------  | 
| """Version = 2017-12-06 11:00"""  | 
|   | 
| import ItemCommon  | 
| import PlayerVip  | 
| #---------------------------------------------------------------------  | 
|   | 
| #===============================================================================  | 
| ## sdfsdf  | 
| #  @param curPlayer µ±Ç°Íæ¼Ò  | 
| #  @param curRoleItem µ±Ç°Ö÷½ÇʹÓõÄÎïÆ·  | 
| #  @param tick µ±Ç°Ê±¼ä  | 
| #  @return   | 
| def UseItem(curPlayer, curRoleItem, tick):  | 
|     PlayerVip.UseItemVIPExperience(curPlayer)  | 
|     #¿Û³ýÎïÆ·  | 
|     ItemCommon.DelItem(curPlayer, curRoleItem, 1, True, "UseItemGetVIP")  | 
|     return  | 
|   | 
|   | 
|   | 
| #---------------------------------------------------------------------  |