Native scripting

This commit is contained in:
Simon Lübeß
2022-03-03 01:39:04 +01:00
parent cbee9f59d8
commit e82f70ba02
5 changed files with 113 additions and 2 deletions
-1
View File
@@ -51,6 +51,5 @@ namespace GlitchyEngine.World
_scene._ecsWorld.RemoveComponent<T>(_entity);
}
}
}