Files
XCharts/Runtime/Internal/Misc/ISerieExtraComponent.cs
2022-02-19 22:37:57 +08:00

12 lines
190 B
C#

using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace XCharts.Runtime
{
public interface ISerieExtraComponent
{
bool show { get; set; }
}
}