6 lines
63 B
C#
Raw Normal View History

2024-02-19 21:00:36 +03:00
using Mirror;
interface IInteractable
{
void Interact();
}