2022-01-05 19:11:58 +03:00

8 lines
116 B
C#

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