first commit
This commit is contained in:
15
Minecraft.World/DefaultGameModeCommand.h
Normal file
15
Minecraft.World/DefaultGameModeCommand.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "GameModeCommand.h"
|
||||
|
||||
class GameType;
|
||||
|
||||
class DefaultGameModeCommand : public GameModeCommand
|
||||
{
|
||||
public:
|
||||
virtual EGameCommand getId();
|
||||
virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
|
||||
|
||||
protected:
|
||||
void doSetGameType(GameType *newGameType);
|
||||
};
|
||||
Reference in New Issue
Block a user