Beispiel #1
0
 public void Clear()
 {
     RoyalFlush    = new PokerScoreOuts();
     StraightFlush = new PokerScoreOuts();
     FourOfAKind   = new PokerScoreOuts();
     FullHouse     = new PokerScoreOuts();
     Flush         = new PokerScoreOuts();
     ThreeOfAKind  = new PokerScoreOuts();
     Straight      = new PokerScoreOuts();
     TwoPair       = new PokerScoreOuts();
     Pair          = new PokerScoreOuts();
 }
Beispiel #2
0
 public OutsCollection()
 {
     RoyalFlush    = new PokerScoreOuts();
     StraightFlush = new PokerScoreOuts();
     FourOfAKind   = new PokerScoreOuts();
     FullHouse     = new PokerScoreOuts();
     Flush         = new PokerScoreOuts();
     ThreeOfAKind  = new PokerScoreOuts();
     Straight      = new PokerScoreOuts();
     TwoPair       = new PokerScoreOuts();
     Pair          = new PokerScoreOuts();
 }