1 2 3 4 5 6 7
namespace Djup.Native; public static class Constants { public const int WorldMaxPlayers = 5; public const int WorldMaxBullets = 5000; }