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

11 lines
146 B
C#
Raw Normal View History

2021-12-28 08:18:24 +08:00
using System;
using UnityEngine;
2022-02-19 22:37:57 +08:00
namespace XCharts.Runtime
2021-12-28 08:18:24 +08:00
{
[System.Serializable]
public class EndLabelStyle : LabelStyle
{
}
}