예제 #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());
 }