예제 #1
0
 public void PowerOff()
 {
     powered = false;
     vacuumParticle?.SetActive(false);
     _indicator?.IndicatorOff();
 }