forked from Kolyah35/minecraft-pe-0.6.1
FEAT: Server operators
This commit is contained in:
9
src/commands/CommandOp.hpp
Normal file
9
src/commands/CommandOp.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "Command.hpp"
|
||||
|
||||
class CommandOp : public Command {
|
||||
public:
|
||||
CommandOp();
|
||||
|
||||
void execute(Minecraft& mc, Player& player, const std::vector<std::string>& args);
|
||||
void printHelp(Minecraft& mc);
|
||||
};
|
||||
Reference in New Issue
Block a user