Exemplo n.º 1
0
 public PlayerInitialWinEventArgs(InitialWinType type, List <Suit> lackSuits)
 {
     Type       = type;
     _lackSuits = lackSuits;
 }
Exemplo n.º 2
0
 public PlayerInitialWinEventArgs(InitialWinType type)
 {
     Type = type;
 }
Exemplo n.º 3
0
 public PlayerInitialWinEventArgs(InitialWinType type, List <Meld> melds)
 {
     _melds = melds;
     Type   = type;
 }