9 lines
149 B
C#
9 lines
149 B
C#
using UnityEngine;
|
|
using UnityEngine.EventSystems;
|
|
using UnityEngine.UI;
|
|
|
|
namespace XCharts.Runtime
|
|
{
|
|
public interface ISimplifiedSerie
|
|
{ }
|
|
} |