mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 06:20:15 +00:00
完善数据操作接口
This commit is contained in:
@@ -12,8 +12,8 @@ namespace XCharts
|
||||
[System.Serializable]
|
||||
public class Indicator: IEquatable<Indicator>
|
||||
{
|
||||
public string m_Name;
|
||||
public float m_Max;
|
||||
[SerializeField] private string m_Name;
|
||||
[SerializeField] private float m_Max;
|
||||
|
||||
public string name { get { return m_Name; }set { m_Name = value; } }
|
||||
public float max { get { return m_Max; }set { m_Max = value; } }
|
||||
|
||||
Reference in New Issue
Block a user