namespace Djup.Native; public static class Constants { public const int WorldMaxPlayers = 5; public const int WorldMaxBullets = 5000; }