added a partial class gen

this will take csproj properties and set them, this will allow us to use publish -p:{parameter=value} for building the server
This commit is contained in:
CWX
2025-04-15 20:31:06 +01:00
parent 0f2e18c34d
commit 199a8fc1d9
4 changed files with 57 additions and 61 deletions
@@ -6,6 +6,7 @@ using SPTarkov.Server.Core.Services;
using SPTarkov.Server.Core.Utils;
using SPTarkov.Server;
using SPTarkov.Common.Annotations;
using SPTarkov.Server.Core.Models.Enums;
namespace SPTarkov.Server.Core.Callbacks;