Beispiel #1
0
        public string UseItem(string[] args)
        {
            var useItem = new UseItem(args, this.party, this.itemPool);

            return(useItem.Execute());
        }