mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-04-04 06:23:33 +00:00
9 lines
222 B
C++
9 lines
222 B
C++
#include "Command.hpp"
|
|
|
|
class CommandKick : public Command {
|
|
public:
|
|
CommandKick();
|
|
|
|
std::string execute(Minecraft& mc, Player& player, const std::vector<std::string>& args);
|
|
std::string help(Minecraft& mc);
|
|
}; |