diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-09-29 07:06:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 07:06:49 +0200 |
commit | 1bf0e875d86325249d5dcecddf69edc274ada8e5 (patch) | |
tree | 9a833cf78273a36f7c626b7c5d7d23360d3984f1 /modules/mono/mono_gd/gd_mono_cache.h | |
parent | 50c0cee44eea75c8e4d923402c102103e1240700 (diff) | |
parent | c86ab40389875aeffc4d4b281759d316c1eb150d (diff) |
Merge pull request #53106 from ganondev/cs-rpc-attribute-names
Diffstat (limited to 'modules/mono/mono_gd/gd_mono_cache.h')
-rw-r--r-- | modules/mono/mono_gd/gd_mono_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/mono_gd/gd_mono_cache.h b/modules/mono/mono_gd/gd_mono_cache.h index fd28bbda14..e60a4d5279 100644 --- a/modules/mono/mono_gd/gd_mono_cache.h +++ b/modules/mono/mono_gd/gd_mono_cache.h @@ -111,8 +111,8 @@ struct CachedData { GDMonoField *field_ExportAttribute_hintString; GDMonoClass *class_SignalAttribute; GDMonoClass *class_ToolAttribute; - GDMonoClass *class_RemoteAttribute; - GDMonoClass *class_PuppetAttribute; + GDMonoClass *class_AnyAttribute; + GDMonoClass *class_AuthorityAttribute; GDMonoClass *class_GodotMethodAttribute; GDMonoField *field_GodotMethodAttribute_methodName; GDMonoClass *class_ScriptPathAttribute; |