Ejemplo n.º 1
0
 public BattleController(ICharactersProvider charactersProvider)
 {
     _charactersProvider = charactersProvider;
 }