Skip to content

Commit 8ca51df

Browse files
committed
Editor: fix missing obsolete property decl (merge mistake)
1 parent fb8f388 commit 8ca51df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Editor/AGS.Types/Settings.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,10 @@ public ScriptAPIVersion ScriptCompatLevelReal
650650
get { return _scriptCompatLevelReal; }
651651
}
652652

653+
[Obsolete]
654+
[Browsable(false)]
655+
public bool EnforceObjectBasedScript { get { return true; } }
656+
653657
[Obsolete]
654658
[Browsable(false)]
655659
public bool EnforceNewStrings { get { return true; } }

0 commit comments

Comments
 (0)