rhythmbullet/RhythmBullet/Specifications.cs

8 lines
155 B
C#
Raw Permalink Normal View History

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