mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-04-04 14:33:36 +00:00
FEAT: Meet the commands
This commit is contained in:
9
src/commands/CommandKick.hpp
Normal file
9
src/commands/CommandKick.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "Command.hpp"
|
||||
|
||||
class CommandKick : public Command {
|
||||
public:
|
||||
CommandKick();
|
||||
|
||||
void execute(Minecraft& mc, const std::vector<std::string>& args);
|
||||
void printHelp(Minecraft& mc);
|
||||
};
|
||||
Reference in New Issue
Block a user