2024-02-19 21:00:36 +03:00

6 lines
63 B
C#

using Mirror;
interface IInteractable
{
void Interact();
}