8 lines
186 B
C#
8 lines
186 B
C#
namespace BallKingdomCrush
|
|
{
|
|
public static class AnimConst
|
|
{
|
|
public const float AnimFrameRate = 30;
|
|
public const float SecondRateUnit = 1 / AnimFrameRate;
|
|
}
|
|
} |