public BattleCommandsProvider add(BattleEngineCommand command)
 {
     _collection.Add(command);
     return(this);
 }
Example #2
0
 public void map(Type type, BattleEngineCommand command)
 {
     _commandMap[type] = command;
 }