using System; namespace Leap.Unity.RuntimeGizmos { public interface IRuntimeGizmoComponent { void OnDrawRuntimeGizmos(RuntimeGizmoDrawer drawer); } }