diff options
Diffstat (limited to 'modules/mono/register_types.cpp')
| -rw-r--r-- | modules/mono/register_types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/register_types.cpp b/modules/mono/register_types.cpp index 2a84f0d1a..2656de5b1 100644 --- a/modules/mono/register_types.cpp +++ b/modules/mono/register_types.cpp @@ -44,6 +44,7 @@ void register_mono_types() { _godotsharp = memnew(_GodotSharp); + ClassDB::register_class<_GodotSharp>(); ProjectSettings::get_singleton()->add_singleton(ProjectSettings::Singleton("GodotSharp", _GodotSharp::get_singleton())); script_language_cs = memnew(CSharpLanguage); |
