Пример #1
0
 private void You_Click(object sender, EventArgs e)
 {
     this.Close();
     field.Human       = false;
     inventory.use     = true;
     field.Output.Text = "";
     game.use(potion, game.PlayerTeam[1], field);
     inventory.checkUse();
 }