Esempio n. 1
0
File: Call.cs Progetto: thudjek/Bela
 public Call(PlayerPosition position, CallType type, string card)
 {
     PlayerPosition = position;
     Type           = type;
     Value          = type.GetValue();
     HighestCard    = card;
 }