/// <summary> /// Executes the action, Ending the battle. /// </summary> public override void execute() { //todo test Gm.exitCombat(winner); }