コード例 #1
0
ファイル: Player.java プロジェクト: emag-notes/hyuki-dp
 public Hand nextHand() {
   return strategy.nextHand();
 }