Exemple #1
0
 public LobbyContract(ContractInfo.EType type, int value)
 {
     ContractType  = type;
     ContractValue = value;
 }
 public Contract(Team team, ContractInfo.EType type, int value)
 {
     Team  = team;
     Type  = type;
     Value = value;
 }