using System.Collections; using System.Collections.Generic; using UnityEngine; public class Panel_CharacterCreationMale : Panel_CharacterCreation { public void OnBtnSelectBeardClicked() { (UI_Manager.Instance.OpenPanel() as Panel_BeardCustomization).isMale = isMalePanel; } }