From 6c7eb7ef36ec793be334101ccb5fdd451979fa40 Mon Sep 17 00:00:00 2001 From: HaeinLEE Date: Wed, 14 May 2025 16:21:20 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20=EC=A4=91=EB=B3=B5=20=EB=A1=9C=EC=A7=81?= =?UTF-8?q?=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/LIN/Scripts/DailyRoutine/InteractionController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs b/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs index 3bda8f22..b3652c53 100644 --- a/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs +++ b/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs @@ -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;