Add generic CSharpProxy. Add Empty C# template.

This commit is contained in:
Chandler Cox
2024-09-02 12:57:23 -05:00
parent fc9aa5c184
commit 65fd975b1a
5 changed files with 58 additions and 15 deletions

View File

@@ -1093,6 +1093,7 @@ namespace FlaxEditor.Modules
Proxy.Add(new ParticleSystemProxy());
Proxy.Add(new SceneAnimationProxy());
Proxy.Add(new CSharpScriptProxy());
Proxy.Add(new CSharpEmptyProxy());
Proxy.Add(new CppAssetProxy());
Proxy.Add(new CppStaticClassProxy());
Proxy.Add(new CppScriptProxy());