public DealerGameSteps(GameContext gameContext)
 {
     _gameContext = gameContext;
 }
 public PlayerGameSteps(GameContext gameContext)
 {
     _gameContext = gameContext;
 }
Beispiel #3
0
 public StartGameSteps(GameContext gameContext)
 {
     _gameContext = gameContext;
 }
Beispiel #4
0
 public UsingAceSteps(GameContext gameContext)
 {
     _gameContext = gameContext;
 }