Files
XCharts/Runtime/Component/Child/EndLabelStyle.cs
2022-01-05 21:40:48 +08:00

11 lines
138 B
C#

using System;
using UnityEngine;
namespace XCharts
{
[System.Serializable]
public class EndLabelStyle : LabelStyle
{
}
}