Implement /seed command using the new Command Manager (#33)

This commit is contained in:
ts
2023-08-07 01:30:42 -07:00
committed by GitHub
parent 9cb3f1849b
commit e51edbff06
2 changed files with 13 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ public:
void commandHelp (OnlinePlayer*, const std::vector<std::string>&);
void commandStats(OnlinePlayer*, const std::vector<std::string>&);
void commandTime (OnlinePlayer*, const std::vector<std::string>&);
void commandSeed (OnlinePlayer*, const std::vector<std::string>&);
public:
Minecraft* m_pMinecraft = nullptr;