rhythmbullet/RhythmBullet/Specifications.cs

8 lines
155 B
C#

namespace RhythmBullet
{
public class Specifications
{
public const int PLAY_WIDTH = 16;
public const int PLAY_HEIGHT = 16;
}
}