代码重构

This commit is contained in:
monitor1394
2019-06-17 04:29:19 +08:00
parent 596379e0b6
commit 7c349f8b70
16 changed files with 218 additions and 8565 deletions

View File

@@ -39,16 +39,6 @@ namespace XCharts
}
}
protected override void Awake()
{
base.Awake();
}
protected override void Update()
{
base.Update();
}
protected override void DrawChart(VertexHelper vh)
{
base.DrawChart(vh);