mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 06:20:15 +00:00
整理代码结构,支持Package Manager添加
This commit is contained in:
13
Scripts/Runtime/Component/SubComponent.cs
Normal file
13
Scripts/Runtime/Component/SubComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/******************************************/
|
||||
/* */
|
||||
/* Copyright (c) 2018 monitor1394 */
|
||||
/* https://github.com/monitor1394 */
|
||||
/* */
|
||||
/******************************************/
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
public class SubComponent : ChartComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user