예제 #1
0
        public bool UsePropItem(AbstractGame game, int bag, int place, int templateId, bool isLiving)
        {
            m_client.SendPlayerUsePropInGame(PlayerCharacter.ID, bag, place, templateId, isLiving);
            //等待服务器处理
            game.Pause(500);

            return(false);
        }