mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 06:20:15 +00:00
0.2版本,重构代码,增加Editor
This commit is contained in:
11
Scripts/UI/Interface/IPropertyChanged.cs
Normal file
11
Scripts/UI/Interface/IPropertyChanged.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
public interface IPropertyChanged
|
||||
{
|
||||
void OnChanged();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user