Beispiel #1
0
 public void ClosePulse()
 {
     PulseContainer.SetActive(false);
     RAContainer.SetActive(true);
 }
Beispiel #2
0
 public void CloseBreathing()
 {
     BreathingContainer.SetActive(false);
     PulseContainer.SetActive(true);
 }