summaryrefslogtreecommitdiff
path: root/Djup.Native/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Djup.Native/Constants.cs')
-rw-r--r--Djup.Native/Constants.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Djup.Native/Constants.cs b/Djup.Native/Constants.cs
deleted file mode 100644
index 90692be..0000000
--- a/Djup.Native/Constants.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace Djup.Native;
-
-public static class Constants
-{
- public const int WorldMaxPlayers = 5;
- public const int WorldMaxBullets = 5000;
-}