using UnityEngine; using System.Collections; namespace XCharts { public interface IPropertyChanged { void OnChanged(); } }