From 6b713b1682c453add138555092e3fa0a7ee4261c Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Fri, 14 Jul 2023 16:05:48 +0200 Subject: C#: Generate instance types for singletons --- modules/mono/csharp_script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mono/csharp_script.cpp') diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index f592533a5a..2971706c75 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -72,7 +72,7 @@ // Types that will be skipped over (in favor of their base types) when setting up instance bindings. // This must be a superset of `ignored_types` in bindings_generator.cpp. -const Vector ignored_types = { "PhysicsServer2DExtension", "PhysicsServer3DExtension" }; +const Vector ignored_types = {}; #ifdef TOOLS_ENABLED static bool _create_project_solution_if_needed() { -- cgit v1.2.3