Example #1
0
        public LootPage()
        {
            InitializeComponent();
            loot = App.game.GetCurrentLoot();

            lblValue.Text = "Worth $" + loot.lootPoints.ToString();
            lblName.Text  = loot.FullDescription();
        }