mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 12:40:12 +00:00
修复XCharts本地开启TextMeshPro和 NewInputSystem后更新版本会报错的问题 (#272)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace XCharts.Example
|
||||
{
|
||||
[DisallowMultipleComponent]
|
||||
[RequireComponent(typeof(BaseChart))]
|
||||
public class Example_RandomData : MonoBehaviour
|
||||
public class Example01_RandomData : MonoBehaviour
|
||||
{
|
||||
public bool loopAdd = false;
|
||||
public float loopAddTime = 1f;
|
||||
|
||||
Reference in New Issue
Block a user