2021-12-22 21:53:12 +03:00

8 lines
116 B
C#

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