示例#1
0
 void TurnOff()
 {
     if (diceController != null)
     {
         diceController.TurnOffAll();
     }
 }