namespace DanieleMarotta.RiversongCodeShowcase { public interface IDrawGizmos { void DrawGizmos(bool selected); } }