feat: add despawn command

This commit is contained in:
David Markowitz
2025-07-19 12:52:57 -07:00
parent 6b52cf67a0
commit 7145536061
4 changed files with 35 additions and 0 deletions

View File

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