mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 09:50:15 +00:00
3.0 - unitypackage
This commit is contained in:
14
Runtime/Internal/Misc/INeedSerieContainer.cs
Normal file
14
Runtime/Internal/Misc/INeedSerieContainer.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
using System.Text;
|
||||
using UnityEngine;
|
||||
using UnityEngine.EventSystems;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
public interface INeedSerieContainer
|
||||
{
|
||||
int containerIndex { get; }
|
||||
int containterInstanceId { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user