액션 및 인터랙션 정의 및 기존 인터랙션 및 채광 코드 구조 개선
This commit is contained in:
@@ -2,6 +2,5 @@ using UnityEngine;
|
||||
|
||||
public interface IInteractable
|
||||
{
|
||||
// 누가 상호작용을 시도했는지 알려주기 위해 GameObject를 인자로 받습니다.
|
||||
void Interact(GameObject user);
|
||||
void Interact(GameObject interactor);
|
||||
}
|
||||
Reference in New Issue
Block a user