Added DebugNameComponent

This commit is contained in:
Simon Lübeß
2021-09-14 23:54:50 +02:00
parent ab17598972
commit 908167c83e
3 changed files with 35 additions and 0 deletions
+1
View File
@@ -307,6 +307,7 @@ namespace Sandbox
void InitEcs()
{
_world.Register<DebugNameComponent>();
_world.Register<TransformComponent>();
_world.Register<ParentComponent>();
_world.Register<MeshComponent>();