2026-03-31 물체 상호작용
This commit is contained in:
8
Assets/02_Scripts/Interactions/IInteractable.cs
Normal file
8
Assets/02_Scripts/Interactions/IInteractable.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface IInteractable
|
||||
{
|
||||
public void InteractOpen();
|
||||
public void InteractClose();
|
||||
public void InteractExec(PlayerCharacterController player);
|
||||
}
|
||||
Reference in New Issue
Block a user