8 lines
155 B
C#
8 lines
155 B
C#
|
namespace RhythmBullet
|
||
|
{
|
||
|
public class Specifications
|
||
|
{
|
||
|
public const int PLAY_WIDTH = 16;
|
||
|
public const int PLAY_HEIGHT = 16;
|
||
|
}
|
||
|
}
|