namespace WacK { public class Constants { public const float SCROLL_MULT = 3f; public const float NOTE_DRAW_DISTANCE = 10; } }