mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
8 lines
164 B
C#
8 lines
164 B
C#
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace SPT.SinglePlayer.Models.MainMenu;
|
||
|
|
||
|
public class ModdedTraders
|
||
|
{
|
||
|
public List<string> clothingService { get; set; }
|
||
|
}
|