based on aimbot multi seane
This commit is contained in:
2022-10-26 04:07:39 +09:00
parent 1fbaf9d540
commit 6bc1456e4b
1479 changed files with 152190 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using UnityEngine;
namespace XCharts.Runtime
{
[Serializable]
[ComponentHandler(typeof(CalendarCoordHandler), true)]
public class CalendarCoord : CoordSystem, IUpdateRuntimeData, ISerieContainer
{
public bool IsPointerEnter()
{
return false;
}
public void UpdateRuntimeData(float chartX, float chartY, float chartWidth, float chartHeight)
{ }
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: eccc042d880064df8a2a99be68969918
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,9 @@
using System;
using UnityEngine;
namespace XCharts.Runtime
{
[UnityEngine.Scripting.Preserve]
internal sealed class CalendarCoordHandler : MainComponentHandler<CalendarCoord>
{ }
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 57a6c8647580846888712d387da72d1a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: