mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 14:00:12 +00:00
8 lines
150 B
C#
8 lines
150 B
C#
|
|
namespace XCharts.Runtime
|
|
{
|
|
[UnityEngine.Scripting.Preserve]
|
|
internal sealed class ScatterHandler : BaseScatterHandler<Scatter>
|
|
{
|
|
}
|
|
} |