From d011c8e109f755e5caedbe0ec1a9e6eb9e06ff0c Mon Sep 17 00:00:00 2001 From: Nuno Cardoso Date: Thu, 28 Mar 2019 11:01:43 +0000 Subject: Fixes #17233 allowing C# to override _GetPropertyList --- modules/mono/csharp_script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/mono/csharp_script.h') diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index 99877a4379..050527d52b 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -298,6 +298,7 @@ class CSharpLanguage : public ScriptLanguage { StringName _signal_callback; StringName _set; StringName _get; + StringName _get_property_list; StringName _notification; StringName _script_source; StringName dotctor; // .ctor -- cgit v1.2.3