summaryrefslogtreecommitdiff
path: root/Djup.Native/Constants.cs
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-07-26 21:09:26 +0300
committerJoel Stålnacke <joel@saker.fi>2025-07-26 21:09:26 +0300
commit63506e59366acddf4a9e017ad8aebeadcf58c164 (patch)
tree2fa106661b85497fc1d63b7743a78e523ab48fba /Djup.Native/Constants.cs
parent53f68bb7b0dce309723675c4b97f726a469031c0 (diff)
Old changesHEADmaster
Diffstat (limited to 'Djup.Native/Constants.cs')
-rw-r--r--Djup.Native/Constants.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Djup.Native/Constants.cs b/Djup.Native/Constants.cs
new file mode 100644
index 0000000..90692be
--- /dev/null
+++ b/Djup.Native/Constants.cs
@@ -0,0 +1,7 @@
+namespace Djup.Native;
+
+public static class Constants
+{
+ public const int WorldMaxPlayers = 5;
+ public const int WorldMaxBullets = 5000;
+}