Beispiel #1
0
 public void Roll()
 {
     curSlot = SlotManager.Roll(curSlot);
 }
Beispiel #2
0
 public byte[] GetColumn()
 {
     return(SlotManager.GetColumn(curSlot));
 }
Beispiel #3
0
 public void Add(byte val)
 {
     curSlot = SlotManager.Insert(curSlot, val);
 }