private void Awake() { if (I == null) { I = this; DontDestroyOnLoad(this); } else { Destroy(this); } }
public void ButtonClicked() { UIDesktopManager.EventProfileSelected(pp); }
public void ButtonClicked() { UIDesktopManager.EventBodyPartSelected(bp); }