지하 생성 및 터널 구조 개선

This commit is contained in:
2026-01-17 00:13:38 +09:00
parent d6292b6879
commit 1ba1d2c03c
17 changed files with 687 additions and 386 deletions

View File

@@ -4,7 +4,4 @@ public interface IInteractable
{
// 누가 상호작용을 시도했는지 알려주기 위해 GameObject를 인자로 받습니다.
void Interact(GameObject user);
// 선택 사항: 화면에 띄울 메시지를 반환하는 기능 (예: "통로 이용하기 [E]")
string GetInteractionText();
}