|
@@ -30,7 +30,8 @@ public class HeadBtnManager : MonoSingleton<HeadBtnManager>, IController
|
|
|
|
|
|
private IQueueSystem mQueueSystem;
|
|
|
|
|
|
-
|
|
|
+ public ScenesManager.SceneType type;
|
|
|
+
|
|
|
private void Start()
|
|
|
{
|
|
|
dhBtn.onClick.AddListener(() =>
|
|
@@ -74,7 +75,7 @@ public class HeadBtnManager : MonoSingleton<HeadBtnManager>, IController
|
|
|
|
|
|
public void ShowResetBtn(ScenesManager.SceneType type , UIFollow uiFollow)
|
|
|
{
|
|
|
-
|
|
|
+ this.type = type;
|
|
|
this.uiFollow = uiFollow;
|
|
|
switch (type)
|
|
|
{
|