mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fixes #17233 allowing C# to override _GetPropertyList
This commit is contained in:
parent
c8aa85189a
commit
d011c8e109
2 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue