10 lines
176 B
C#
10 lines
176 B
C#
namespace Chars
|
|
{
|
|
public struct AnimLength
|
|
{
|
|
public float Move;
|
|
public float Attack;
|
|
public float Death;
|
|
public float SuperJump;
|
|
}
|
|
} |