Beispiel #1
0
 public DnThrow(string diceText)
 {
     thrtype    = DnType.DiceString;
     diceString = diceText;
 }
Beispiel #2
0
 private void WriteHdr(Member m, DnType type)
 {
     WriteInt(m.id);
     WriteInt((int)type);
 }
Beispiel #3
0
 public DnThrow(IDnDice dnDice)
 {
     thrtype   = DnType.SingleDie;
     singleDie = dnDice;
 }
Beispiel #4
0
 private void WriteHdr(Member m, DnType type)
 {
     WriteInt(m.id);
     WriteInt((int)type);
 }