Example #1
0
 /// <summary>
 /// Sends sleep request to the given dice
 /// </summary>
 public void     sleep()
 {
     dpc.sleep(this);
 }