From 745406dc65aecc438a53f96badc387a32b7a338f Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Thu, 19 Mar 2026 22:30:56 +0200 Subject: Add Mibo project The Djup project is DesktopGL project --- Djup.Native/Constants.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Djup.Native/Constants.cs (limited to 'Djup.Native/Constants.cs') 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; -} -- cgit v1.2.3