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