remove obstacle

This commit is contained in:
2026-06-04 11:50:09 +07:00
parent 162deaf34f
commit 5526341041
50 changed files with 399 additions and 2097 deletions

View File

@@ -3,6 +3,6 @@ namespace OnlyScove.Scripts
public interface IInteractable
{
string InteractionPrompt { get; }
void OnInteract(PlayerStateMachine player);
// void OnInteract(PlayerStateMachine player);
}
}