namespace BombsAwayGame; /// /// Represents a mission that can be flown by a . /// /// Name of mission. /// Description of mission. internal record class Mission(string Name, string Description);