Files
XCharts/Runtime/Internal/Misc/ISimplifiedSerie.cs
monitor1394 bafe032bb9 3.0
2022-05-22 22:17:38 +08:00

9 lines
149 B
C#

using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace XCharts.Runtime
{
public interface ISimplifiedSerie
{ }
}