@@ -8,7 +8,7 @@ class DefaultGameModeCommand : public GameModeCommand
|
||||
{
|
||||
public:
|
||||
virtual EGameCommand getId();
|
||||
virtual void execute(std::shared_ptr<CommandSender> source, byteArray commandData);
|
||||
virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
|
||||
|
||||
protected:
|
||||
void doSetGameType(GameType *newGameType);
|
||||
|
||||
Reference in New Issue
Block a user