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