diff options
| author | Joel Stålnacke <joel@saker.fi> | 2026-03-19 22:30:56 +0200 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2026-03-19 22:30:56 +0200 |
| commit | 745406dc65aecc438a53f96badc387a32b7a338f (patch) | |
| tree | cc597855dac943efe627fce160782585e27feadf /Djup.Native/src/Constants.cs | |
| parent | 3b60cd682120947119f442bb71ab2a5e98decccc (diff) | |
Add Mibo project
The Djup project is DesktopGL project
Diffstat (limited to 'Djup.Native/src/Constants.cs')
| -rw-r--r-- | Djup.Native/src/Constants.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Djup.Native/src/Constants.cs b/Djup.Native/src/Constants.cs new file mode 100644 index 0000000..90692be --- /dev/null +++ b/Djup.Native/src/Constants.cs @@ -0,0 +1,7 @@ +namespace Djup.Native; + +public static class Constants +{ + public const int WorldMaxPlayers = 5; + public const int WorldMaxBullets = 5000; +} |
