Beispiel #1
0
 public YatzyGameEvent(YatzyGameEventType t, YatzyPlayer p, string arg)
 {
     this.Event    = t;
     this.Player   = p;
     this.EventArg = arg;
 }
Beispiel #2
0
 public YatzyGameEvent(YatzyGameEventType t, YatzyPlayer p)
 {
     this.Event  = t;
     this.Player = p;
 }