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