mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 12:08:46 +00:00
整理代码
This commit is contained in:
@@ -649,7 +649,6 @@ namespace XCharts
|
|||||||
public string CheckWarning()
|
public string CheckWarning()
|
||||||
{
|
{
|
||||||
warningInfo = CheckHelper.CheckChart(this);
|
warningInfo = CheckHelper.CheckChart(this);
|
||||||
Debug.LogError(warningInfo);
|
|
||||||
return warningInfo;
|
return warningInfo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
using System.Linq;
|
|
||||||
/******************************************/
|
/******************************************/
|
||||||
/* */
|
/* */
|
||||||
/* Copyright (c) 2018 monitor1394 */
|
/* Copyright (c) 2018 monitor1394 */
|
||||||
@@ -7,7 +6,6 @@ using System.Linq;
|
|||||||
/******************************************/
|
/******************************************/
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.UI;
|
|
||||||
|
|
||||||
namespace XCharts
|
namespace XCharts
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user