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

@@ -73,6 +73,7 @@ namespace DEVGMCommands {
void RollLoot(Entity* entity, const SystemAddress& sysAddr, const std::string args);
void CastSkill(Entity* entity, const SystemAddress& sysAddr, const std::string args);
void DeleteInven(Entity* entity, const SystemAddress& sysAddr, const std::string args);
void Shutdown(Entity* entity, const SystemAddress& sysAddr, const std::string args);
}
#endif //!DEVGMCOMMANDS_H