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