2025-03-03 20:37:03 +08:00

6 lines
64 B
C#

public interface IInteractiable
{
void TriggerAction();
}