mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-14 20:00:09 +00:00
11 lines
204 B
C#
11 lines
204 B
C#
using UnityEngine;
|
|
using UnityEngine.EventSystems;
|
|
using UnityEngine.UI;
|
|
|
|
namespace XCharts.Runtime
|
|
{
|
|
public interface IUpdateRuntimeData
|
|
{
|
|
void UpdateRuntimeData(BaseChart chart);
|
|
}
|
|
} |