Beispiel #1
0
 public sanctionstruct(Person P, OfferFlag f, Sanctions s)
 {
     Pers   = P;
     flag   = f;
     shtraf = s;
 }
Beispiel #2
0
 public offerstruct(Person P, OfferFlag f, OfferRewards r)
 {
     Pers   = P;
     flag   = f;
     reward = r;
 }