2026-04-03 인트로 타임라인, 카메라 Rig 오작동 수정, 하이라이트 투과설정 수정

해야할 것 : 버리기(dynamicObjects에 버리기),아이템 다 사용했을때 없애기
This commit is contained in:
2026-04-03 05:17:44 +09:00
parent dddc685f33
commit 7e19e4f248
15 changed files with 126 additions and 36 deletions

View File

@@ -5,4 +5,5 @@ public interface IInteractable
public void InteractOpen();
public void InteractClose();
public void InteractExec(PlayerCharacterController player);
public void InteractEnd(PlayerCharacterController player);
}