Files
XCharts/Runtime/Internal/Misc/ISimplifiedSerie.cs

11 lines
154 B
C#
Raw Normal View History

2021-12-31 13:00:17 +08:00
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
2022-02-19 22:37:57 +08:00
namespace XCharts.Runtime
2021-12-31 13:00:17 +08:00
{
public interface ISimplifiedSerie
{
}
}