8 lines
182 B
C#
8 lines
182 B
C#
namespace BingoBrain.Core
|
|
{
|
|
public static class BConst
|
|
{
|
|
public const float AnimFrameRate = 30;
|
|
public const float SecondRateUnit = 1 / AnimFrameRate;
|
|
}
|
|
} |