Files
XCharts/Scripts/UI/Interface/IPropertyChanged.cs
monitor1394 fc95338274 整理代码
2019-06-21 09:34:33 +08:00

9 lines
102 B
C#

namespace XCharts
{
public interface IPropertyChanged
{
void OnChanged();
}
}