using UnityEngine.UIElements; namespace EasyChart { internal interface IChartGeometryModule { void OnGeometryChanged(GeometryChangedEvent evt); } }