ログだし削除
This commit is contained in:
parent
3bf5ec9381
commit
9023fe78cf
|
|
@ -42,7 +42,6 @@ public class BrotherPinkView : SingletonMonoBehaviour<BrotherPinkView>
|
||||||
{
|
{
|
||||||
nextId = Normal;
|
nextId = Normal;
|
||||||
isManyCustomer = true;
|
isManyCustomer = true;
|
||||||
Debug.Log($"normal");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Start()
|
private void Start()
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,6 @@ public class HeaderManager : MonoBehaviour
|
||||||
GameDataObserver.Instance.UpdateMissionAchieved
|
GameDataObserver.Instance.UpdateMissionAchieved
|
||||||
.Where(_ => !isOpenMission).Subscribe(x =>
|
.Where(_ => !isOpenMission).Subscribe(x =>
|
||||||
{
|
{
|
||||||
Debug.Log($"mission achieved:{x}");
|
|
||||||
missionIndicator.SetActive(x);
|
missionIndicator.SetActive(x);
|
||||||
}).AddTo(this);
|
}).AddTo(this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue