Add game plugin template.

This commit is contained in:
Chandler Cox
2024-12-20 09:29:36 -06:00
parent 0f847335c3
commit 36d4417905
3 changed files with 43 additions and 0 deletions

View File

@@ -1140,6 +1140,7 @@ namespace FlaxEditor.Modules
Proxy.Add(new CSharpEmptyStructProxy());
Proxy.Add(new CSharpEmptyInterfaceProxy());
Proxy.Add(new CSharpActorProxy());
Proxy.Add(new CSharpGamePluginProxy());
Proxy.Add(new CppAssetProxy());
Proxy.Add(new CppStaticClassProxy());
Proxy.Add(new CppScriptProxy());