protected void btn_AttackPaul_Click(object sender, EventArgs e) { SMCharacter smc = new SlackMud().GetCharacter(tb_CharID.Text); smc.Attack("Paul Hutson"); }
protected void btn_AttackRob_Click(object sender, EventArgs e) { SMCharacter smc = new SlackMud().GetCharacter(tb_CharID.Text); smc.Attack("Rob Curran2"); }