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

13 lines
269 B
C#

using System;
using System.Collections.Generic;
using UnityEngine;
namespace XCharts.Runtime
{
public struct AnimationStyleContext
{
public AnimationType type;
public float currentPathDistance;
public bool isAllItemAnimationEnd;
}
}