2022-02-02 19:08:18 +03:00

10 lines
176 B
C#

namespace Chars
{
public struct AnimLength
{
public float Move;
public float Attack;
public float Death;
public float SuperJump;
}
}