New Features

This commit is contained in:
LcrW
2021-05-10 21:04:52 +01:00
parent 08a9a00330
commit f9e1dc3ffb
6 changed files with 174 additions and 0 deletions

View File

@@ -911,6 +911,8 @@ namespace FlaxEditor.Modules
Proxy.Add(new ParticleSystemProxy());
Proxy.Add(new SceneAnimationProxy());
Proxy.Add(new CSharpScriptProxy());
Proxy.Add(new CppAssetProxy());
Proxy.Add(new CppStaticClassProxy());
Proxy.Add(new CppScriptProxy());
Proxy.Add(new SceneProxy());
Proxy.Add(new PrefabProxy());