| | |
| | | [SerializeField] FunctionButton m_FairyGrabBoss; |
| | | [SerializeField] FunctionButton m_DogzDungeon; |
| | | [SerializeField] FunctionButton m_JadeDynastyBoss; |
| | | [SerializeField] FunctionButton m_RidingPetContention; |
| | | |
| | | [SerializeField] Button m_Left; |
| | | [SerializeField] Button m_Right; |
| | |
| | | { |
| | | m_DemonJar.AddListener(ShowDemonJar); |
| | | m_DogzDungeon.AddListener(ShowDogzDungeon); |
| | | m_RidingPetContention.AddListener(ShowRidingPetContention); |
| | | m_FairyGrabBoss.AddListener(FairyGrabBoss); |
| | | m_JadeDynastyBoss.AddListener(JadeDynastyBoss); |
| | | m_Left.AddListener(ShowLastFunction); |
| | |
| | | functionOrder = m_DogzDungeon.order; |
| | | } |
| | | |
| | | private void ShowRidingPetContention()
|
| | | {
|
| | | CloseSubWindows();
|
| | | WindowCenter.Instance.Open<RidingPetContentionWin>();
|
| | | functionOrder = m_RidingPetContention.order;
|
| | | } |
| | | |
| | | private void JadeDynastyBoss()
|
| | | {
|
| | | CloseSubWindows();
|