mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 15:00:08 +00:00
处理issue#7
This commit is contained in:
@@ -8,7 +8,7 @@ namespace XCharts
|
||||
{
|
||||
[SerializeField] private Line m_Line = Line.defaultLine;
|
||||
|
||||
public Line line { get { return line; } }
|
||||
public Line line { get { return m_Line; } }
|
||||
|
||||
#if UNITY_EDITOR
|
||||
protected override void Reset()
|
||||
|
||||
Reference in New Issue
Block a user