5 lines
85 B
C#
5 lines
85 B
C#
public interface IInteractable
|
|
{
|
|
void Interact();
|
|
string GetDescription();
|
|
} |