Files
XCharts/Runtime/Internal/Misc/ISerieExtraComponent.cs
monitor1394 bafe032bb9 3.0
2022-05-22 22:17:38 +08:00

11 lines
189 B
C#

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