Esempio n. 1
0
 protected ConfigFile(IGamePaths gamePaths)
 {
     _gamePaths = gamePaths;
 }
Esempio n. 2
0
 public EntityClassesFile(IGamePaths gamePaths) : base(gamePaths)
 {
 }
Esempio n. 3
0
 public EntityGroupsFile(IGamePaths gamePaths) : base(gamePaths)
 {
 }
Esempio n. 4
0
 public GameDataService(IGameDataRepository gameDataRepository, IGamePaths gamePaths, ILinkerFactory linkerFactory)
 {
     _gameDataRepository = gameDataRepository;
     _gamePaths          = gamePaths;
     _linkerFactory      = linkerFactory;
 }