namespace Interactable { public interface IInteractable { void Interact(); void ResetInteraction(); } }