Ejemplo n.º 1
0
 public DeathmatchPlayerScore(DeathmatchOptions options)
 {
     _options = options;
 }
Ejemplo n.º 2
0
 public Deathmatch(GameRuleStateMachine stateMachine, IOptions <GameOptions> gameOptions,
                   IOptions <DeathmatchOptions> options)
     : base(stateMachine, gameOptions)
 {
     _options = options.Value;
 }