1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Fixes #17233 allowing C# to override _GetPropertyList

(cherry picked from commit d011c8e109)
This commit is contained in:
Nuno Cardoso
2019-03-28 11:01:43 +00:00
committed by Hein-Pieter van Braam-Stewart
parent a758b329d0
commit fce901ce40
2 changed files with 30 additions and 0 deletions

View File

@@ -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