Ejemplo n.º 1
0
 public RoundResult(string winnerId, ChoiceResultType resultType, bool bluff, bool superBluff)
 {
     WinnerId   = winnerId;
     ResultType = resultType;
     Bluff      = bluff;
     SuperBluff = superBluff;
 }
Ejemplo n.º 2
0
 public WinModel(string userId, ChoiceResultType choiceResultType)
 {
     UserId           = userId;
     ChoiceResultType = choiceResultType;
 }