diff --git a/Editor/AGS.Types/Settings.cs b/Editor/AGS.Types/Settings.cs index 31703460924..363a55afe11 100644 --- a/Editor/AGS.Types/Settings.cs +++ b/Editor/AGS.Types/Settings.cs @@ -891,6 +891,10 @@ public int MaximumScore set { _totalScore = value; } } + [Obsolete] + [Browsable(false)] + public bool HasMODMusic { get; } + [DisplayName("Default mask resolution")] [Description("What resolution do room region masks have relative to the room size")] [Category("Rooms")]