6 lines
145 B
C#
6 lines
145 B
C#
|
namespace XCharts.Runtime
|
||
|
{
|
||
|
[UnityEngine.Scripting.Preserve]
|
||
|
internal sealed class ScatterHandler : BaseScatterHandler<Scatter>
|
||
|
{ }
|
||
|
}
|