#pragma once #include #include namespace blitz { struct PlayerInfoComponent { EntityID m_PlayerId; std::string m_Pseudo; }; } // namespace blitz