Aimbot-ParallelEnv/Assets/XCharts/Runtime/Internal/Misc/ISerieContainer.cs
Koha9 6bc1456e4b Fist Sub
based on aimbot multi seane
2022-10-26 04:07:39 +09:00

9 lines
182 B
C#

namespace XCharts.Runtime
{
public interface ISerieContainer
{
//bool runtimeIsPointerEnter { get; }
int index { get; }
bool IsPointerEnter();
}
}