0.2版本,重构代码,增加Editor

This commit is contained in:
monitor1394
2019-05-11 04:33:54 +08:00
parent 4b14a5951d
commit 8d97bcbe16
122 changed files with 81430 additions and 21465 deletions

View File

@@ -0,0 +1,11 @@
using UnityEngine;
using System.Collections;
namespace XCharts
{
public interface IPropertyChanged
{
void OnChanged();
}
}