Files
deltarune-yellow-translation/Scripts-new/Interacteable.cs
2025-05-03 20:36:17 +08:00

5 lines
53 B
C#

public interface Interacteable
{
void Interact();
}