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