mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
3.0 - unitypackage
This commit is contained in:
10
Runtime/Serie/Scatter/BaseScatter.cs
Normal file
10
Runtime/Serie/Scatter/BaseScatter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
[System.Serializable]
|
||||
public class BaseScatter : Serie, INeedSerieContainer
|
||||
{
|
||||
public int containerIndex { get; internal set; }
|
||||
public int containterInstanceId { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user