Ejemplo n.º 1
0
 public BattleshipsPlayerModel GetPlayer() => (BattleshipsPlayerModel)_gamePlayerGetter.Get(_playerId);
Ejemplo n.º 2
0
 public ChessPlayer GetPlayer() => (ChessPlayer)_gamePlayerGetter.Get(_playerId);
Ejemplo n.º 3
0
 public ConnectFourPlayer GetPlayer() => (ConnectFourPlayer)_gamePlayerGetter.Get(_playerId);