Files
XCharts/Runtime/Component/Child/EndLabelStyle.cs

11 lines
138 B
C#
Raw Normal View History

2021-12-28 08:18:24 +08:00
using System;
using UnityEngine;
namespace XCharts
{
[System.Serializable]
public class EndLabelStyle : LabelStyle
{
}
}