mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 12:08:46 +00:00
3.0 - unitypackage
This commit is contained in:
11
Runtime/Coord/Calendar/CalendarCoordHandler.cs
Normal file
11
Runtime/Coord/Calendar/CalendarCoordHandler.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
[UnityEngine.Scripting.Preserve]
|
||||
internal sealed class CalendarCoordHandler : MainComponentHandler<CalendarCoord>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user