mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 05:10:12 +00:00
11 lines
146 B
C#
11 lines
146 B
C#
|
|
using System;
|
|
using UnityEngine;
|
|
|
|
namespace XCharts.Runtime
|
|
{
|
|
[System.Serializable]
|
|
public class EndLabelStyle : LabelStyle
|
|
{
|
|
}
|
|
} |