Beispiel #1
0
 public ConcreteMoveCommand(BoardGame game)
 {
     thegame = game;
 }
Beispiel #2
0
 public Game(BoardGame game)
 {
     thegame = game;
 }