Just need to fill out the fields, but it's all there templated

This commit is contained in:
Aaron Kimbre
2024-04-02 09:59:09 -05:00
parent 3c36662b20
commit c84a547f4f
2 changed files with 817 additions and 30 deletions

View File

@@ -115,7 +115,7 @@ namespace GMZeroCommands {
void LeaveZone(Entity* entity, const SystemAddress& sysAddr, const std::string args);
}
namespace GreaterThanZeroCommands {
namespace GMGreaterThanZeroCommands {
void Kick(Entity* entity, const SystemAddress& sysAddr, const std::string args);
void MailItem(Entity* entity, const SystemAddress& sysAddr, const std::string args);
void Ban(Entity* entity, const SystemAddress& sysAddr, const std::string args);