summaryrefslogtreecommitdiff
path: root/Djup.Native/Constants.cs
blob: 90692bef3672703e470f177c2a6618ae8fe30bf2 (plain)
1
2
3
4
5
6
7
namespace Djup.Native;

public static class Constants
{
    public const int WorldMaxPlayers = 5;
    public const int WorldMaxBullets = 5000;
}