Aimbot-ParallelEnv/Assets/XCharts/Runtime/Component/Emphasis/EmphasisLabelLine.cs

11 lines
249 B
C#
Raw Normal View History

2022-10-25 19:07:39 +00:00
using UnityEngine;
namespace XCharts.Runtime
{
/// <summary>
/// 高亮的标签引导线样式
/// </summary>
[System.Serializable]
public class EmphasisLabelLine : LabelLine, ISerieExtraComponent, ISerieDataComponent
{ }
}