コード例 #1
0
ファイル: Baccarat.cs プロジェクト: OscarBarter/CS
 private int getBHandScore()//get the score of the bankers hand
 {
     return(_BHand.getScore());
 }
コード例 #2
0
ファイル: Baccarat.cs プロジェクト: OscarBarter/CS
 private int getPHandScore()//get the score of the players hand
 {
     return(_PHand.getScore());
 }