You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Keep order for C# exported members
This commit is contained in:
@@ -129,7 +129,7 @@ class CSharpScript : public Script {
|
||||
Set<StringName> exported_members_names;
|
||||
#endif
|
||||
|
||||
Map<StringName, PropertyInfo> member_info;
|
||||
OrderedHashMap<StringName, PropertyInfo> member_info;
|
||||
|
||||
void _clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user