December 2014 files
This commit is contained in:
@@ -14,6 +14,6 @@ private:
|
||||
unordered_set<Command *> commands;
|
||||
|
||||
public:
|
||||
void performCommand(shared_ptr<CommandSender> sender, EGameCommand command, byteArray commandData);
|
||||
int performCommand(shared_ptr<CommandSender> sender, EGameCommand command, byteArray commandData);
|
||||
Command *addCommand(Command *command);
|
||||
};
|
||||
Reference in New Issue
Block a user