DEG-165 [Fix] 세이브 첫 로드 시 UI적용
This commit is contained in:
parent
e1cc3a8c80
commit
ec239c13f2
@ -406,6 +406,9 @@ public class PlayerStats : MonoBehaviour,ISaveable
|
||||
_mealCount = Mathf.Clamp(save.homeSave.mealCount, 0, 2);
|
||||
_hasCheckedAbsenceToday = save.homeSave.hasCheckedAbsenceToday;
|
||||
_hasShownBubbleToday = save.homeSave.hasShownBubbleToday;
|
||||
|
||||
//UI적용
|
||||
OnStatsChanged?.Invoke(new StatsChangeData(TimeStat, HealthStat, ReputationStat));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user