namespace MoleMole { public static class PlatformData { public const uint PLARFORM_CIRCLE_MODE = 1u; public const uint PLARFORM_RECT_MODE = 2u; } }