Пример #1
0
 /// <summary>
 /// resets party mode by physically moving the linear drive position to serious mode then back to party mode.
 /// </summary>
 public void ResetPartyMode()
 {
     fishTank.StopPartyMode();
     fishTank.StartPartyMode();
 }