Skip to content

Commit

Permalink
이상현상 15 spider OnInteract() 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seozzi committed Dec 14, 2024
1 parent 7c8530e commit d160c6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 302/Assets/Scripts/SpecificAnomalyManager/Anomaly15_spider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ public override bool ResetAnomaly()
return res;
}

public override virtual OnInteract()
{
base.OnInteract();
GameManager.Instance.SetStageClear();
}

private IEnumerator DelayedDestroy()
{
Expand Down

0 comments on commit d160c6f

Please sign in to comment.