2025-05-03 20:36:17 +08:00

5 lines
53 B
C#

public interface Interacteable
{
void Interact();
}