DEG-178-돌발이벤트패널-버그수정 #63

Closed
heain0122 wants to merge 7 commits from DEG-178-돌발이벤트패널-버그수정 into main
Showing only changes of commit 15c44f655c - Show all commits

View File

@ -118,6 +118,7 @@ public class InteractionController : MonoBehaviour
// Interaction Controller와 같은 방식으로 작동됩니다.
private void SuddenAfterWorkEventHappen()
{
PlayerStats.Instance.OnWorked -= SuddenAfterWorkEventHappen;
AfterWorkEventType afterWorkEventType = SuddenEventCalculator();
if (afterWorkEventType == AfterWorkEventType.None) return;