2025-05-13 19:22:01 +08:00

5 lines
53 B
C#

public interface Interacteable
{
void Interact();
}