namespace Pong.Scripts; public static class Constants { /// /// a constant representing 1 Meter in pixels. /// internal const double Meter = 10; /// /// the extents (half of the size) of the pixel size of either the width for the vertical walls, /// or the height for the horizontal walls. /// internal const long WallSizeExtents = 15; }