working main menu

This commit is contained in:
2024-08-07 11:54:09 +02:00
parent adb6dce08a
commit de6742f64d
19 changed files with 405 additions and 17 deletions

View File

@@ -12,9 +12,9 @@
namespace blitz {
namespace server {
DisconectSystem::DisconectSystem(entt::registry&, EnttWorld& a_World, Server& a_Server) : m_World(a_World), m_Server(a_Server) {}
DisconnectSystem::DisconnectSystem(entt::registry&, EnttWorld& a_World, Server& a_Server) : m_World(a_World), m_Server(a_Server) {}
void DisconectSystem::Update(Nz::Time elapsedTime) {
void DisconnectSystem::Update(Nz::Time elapsedTime) {
AtomicEnttWorld world = m_World;
entt::registry& registry = world->GetRegistry();