preparing serialization of entities

This commit is contained in:
2026-09-06 12:08:31 -04:00
parent d7825270ee
commit 62e6284976
11 changed files with 138 additions and 62 deletions
-7
View File
@@ -5,13 +5,6 @@
struct EntityManager;
struct SerializedEntityTest
{
DECLARE_ENTITY()
int A = 0;
};
enum class GameMode
{
Editor,