You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user