namespace Sandbox; public interface IInteractable { public void OnUse(); }