public void ClosePulse() { PulseContainer.SetActive(false); RAContainer.SetActive(true); }
public void CloseBreathing() { BreathingContainer.SetActive(false); PulseContainer.SetActive(true); }