mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
3.0 - unitypackage
This commit is contained in:
16
Runtime/Internal/Basic/CoordSystem.cs
Normal file
16
Runtime/Internal/Basic/CoordSystem.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
using System;
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
/// <summary>
|
||||
/// Coordinate system component.
|
||||
///
|
||||
/// 坐标系系统。
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public abstract class CoordSystem : MainComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user