public Robot(string robotName, int robotHealth, Weapon weapon) { this.robotName = robotName; this.robotHealth = robotHealth; this.weapon = weapon; }