Beispiel #1
0
 public Die(byte position)
 {
     this.Value = Rand.GetByte();
     Position   = position;
 }