1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fixes #17233 allowing C# to override _GetPropertyList

This commit is contained in:
Nuno Cardoso
2019-03-28 11:01:43 +00:00
parent c8aa85189a
commit d011c8e109
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