mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
11 lines
146 B
C#
11 lines
146 B
C#
|
|
|
||
|
|
using UnityEngine;
|
||
|
|
using UnityEngine.EventSystems;
|
||
|
|
using UnityEngine.UI;
|
||
|
|
|
||
|
|
namespace XCharts
|
||
|
|
{
|
||
|
|
public interface ISimplifiedSerie
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|