예제 #1
0
 public Player CheckPlayerTurn(RoundAction roundAction, Game game)
 {
     return(roundCtr.CheckPlayerTurn(roundAction, game));
 }