public Character() { Power Punch = new HandtoHand(); DefaultAttack = (IDealsDamage)Punch; Punch.User = this; Punch.Name = "Punch"; Punch.EnergySource = this; (Punch as HandtoHand).calculatecost(); }