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

9 lines
149 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
2022-05-22 22:17:38 +08:00
{ }
2021-12-31 13:00:17 +08:00
}