feat: shutdown command (#1780)

This commit is contained in:
David Markowitz
2025-04-24 13:41:26 -07:00
committed by GitHub
parent 1cc1782b35
commit b31f9670d1
4 changed files with 17 additions and 0 deletions

View File

@@ -12,4 +12,5 @@ namespace Game {
SystemAddress chatSysAddr;
EntityManager* entityManager = nullptr;
std::string projectVersion;
Game::signal_t lastSignal = 0;
}