Implemented Modded Trader Customization Services (#660)

Co-authored-by: GrooveypenguinX <jakechase2110@gmail.comX>
Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
This commit is contained in:
GrooveypenguinX
2025-10-26 04:49:39 -04:00
committed by GitHub
parent d375879a3a
commit 07aa4c8977
4 changed files with 77 additions and 0 deletions
@@ -0,0 +1,6 @@
namespace SPTarkov.Server.Core.Models.Spt.Mod;
public record ModdedTraderListResponse
{
public List<string>? ModdedTraders { get; set; }
}