7 lines
157 B
C#
7 lines
157 B
C#
|
namespace XCharts.Runtime
|
||
|
{
|
||
|
[UnityEngine.Scripting.Preserve]
|
||
|
internal sealed class GridLayoutHandler : MainComponentHandler<GridLayout>
|
||
|
{
|
||
|
}
|
||
|
}
|