mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
@@ -57,7 +57,9 @@ namespace XCharts
|
||||
{
|
||||
var obj = GameObject.Find("_xcharts_");
|
||||
if (obj == null) obj = new GameObject("_xcharts_");
|
||||
obj.SetActive(false);
|
||||
m_XCharts = obj.AddComponent<XChartsMgr>();
|
||||
obj.SetActive(true);
|
||||
}
|
||||
m_XCharts.m_NowVersion = fullVersion;
|
||||
}
|
||||
@@ -514,4 +516,4 @@ namespace XCharts
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user