Beispiel #1
0
 public RequestMarble(RequestMarble.RequestType type, int currentIndex, int diceID)
 {
     this.Type         = type;
     this.CurrentIndex = currentIndex;
     this.DiceID       = diceID;
 }
Beispiel #2
0
 public RequestMarble(RequestMarble.RequestType type)
 {
     this.Type         = type;
     this.DiceID       = -1;
     this.CurrentIndex = -1;
 }