Files
XCharts/Runtime/Component/MainComponent.cs
2019-10-23 18:59:34 +08:00

13 lines
352 B
C#

/******************************************/
/* */
/* Copyright (c) 2018 monitor1394 */
/* https://github.com/monitor1394 */
/* */
/******************************************/
namespace XCharts
{
public class MainComponent : ChartComponent
{
}
}