[Fix] 중복 로직 삭제

This commit is contained in:
HaeinLEE 2025-05-14 16:21:20 +09:00
parent 5d7113ba1f
commit 6c7eb7ef36

View File

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