Beispiel #1
0
        public void Shop()
        {
            var shop = new Shop(this.hero, this);

            shop.Menu();
        }