Files
bansonic_beta_main/Assets/XCharts/Runtime/Internal/Misc/ISerieComponent.cs
T
2026-06-30 21:21:30 +08:00

11 lines
227 B
C#

namespace XCharts.Runtime
{
/// <summary>
/// The interface for serie component.
/// ||可用于Serie的组件。
/// </summary>
public interface ISerieComponent
{
bool show { get; set; }
}
}