too many things

This commit is contained in:
2025-07-18 13:11:18 +02:00
parent b788caafa6
commit 6d0e56eb46
26 changed files with 529 additions and 191 deletions

View File

@@ -0,0 +1,17 @@
#pragma once
#include <td/game/WorldTypes.h>
namespace td {
namespace sim {
struct WorldSnapshot {
game::MobList m_Mobs;
game::TowerList m_Towers;
game::TeamList m_Teams;
};
} // namespace sim
} // namespace td