Files
XCharts/Runtime/Component/SubComponent.cs

13 lines
351 B
C#
Raw Normal View History

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