mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
增加chartName检测
This commit is contained in:
@@ -16,12 +16,6 @@ namespace XCharts
|
||||
public class BarChart : CoordinateChart
|
||||
{
|
||||
|
||||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
XChartsMgr.Instance.AddChart(this);
|
||||
}
|
||||
|
||||
#if UNITY_EDITOR
|
||||
protected override void Reset()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user