using System.Collections; using System.Collections.Generic; using UnityEngine; public class Panel_CharacterCreationFemale : Panel_CharacterCreation { public void OnBtnSelecEyebrowClicked() { (UI_Manager.Instance.OpenPanel() as Panel_EyebrowCustomization).isMale = isMalePanel; } }