[Fix] 중복 로직 삭제
This commit is contained in:
parent
5d7113ba1f
commit
6c7eb7ef36
@ -117,7 +117,6 @@ public class InteractionController : MonoBehaviour
|
|||||||
// Interaction Controller와 같은 방식으로 작동됩니다.
|
// Interaction Controller와 같은 방식으로 작동됩니다.
|
||||||
private void SuddenAfterWorkEventHappen()
|
private void SuddenAfterWorkEventHappen()
|
||||||
{
|
{
|
||||||
PlayerStats.Instance.OnWorked -= SuddenAfterWorkEventHappen;
|
|
||||||
AfterWorkEventType afterWorkEventType = SuddenEventCalculator();
|
AfterWorkEventType afterWorkEventType = SuddenEventCalculator();
|
||||||
if (afterWorkEventType == AfterWorkEventType.None) return;
|
if (afterWorkEventType == AfterWorkEventType.None) return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user