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