Exemple #1
0
 public AccountGrain(
     ILogger <AccountGrain> logger,
     IOptions <GameOptions> gameOptions,
     IUnitGenerator unitGenerator)
 {
     Logger        = logger;
     GameOptions   = gameOptions;
     UnitGenerator = unitGenerator;
 }
 public SimpleRoleFactory(IUnitGenerator unitGenerator, ILogger <SimpleRoleFactory> logger)
 {
     UnitGenerator = unitGenerator;
     Logger        = logger;
 }