コード例 #1
0
ファイル: Utils.cs プロジェクト: plutoday/TexasBot
 public static string GetDescriptorForFiveCardsHand(BestFiveCardsHand bestFiveCardsHand)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: BettingUtils.cs プロジェクト: plutoday/TexasBot
 /// <summary>
 /// Get a universal score for a 5-card hand
 /// which can be used to compare between hands
 /// </summary>
 /// <param name="bestFiveCardsHand"></param>
 /// <returns></returns>
 public static int GetScoreForFiveCardHand(BestFiveCardsHand bestFiveCardsHand)
 {
     throw new NotImplementedException();
 }