mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-13 09:30:45 -05:00
17 lines
295 B
C#
17 lines
295 B
C#
using System;
|
|
|
|
namespace SPT.Launcher.Models.SPT
|
|
{
|
|
public class SPTProfileModInfo : SPTMod
|
|
{
|
|
public string DateAdded { get; set; }
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
"author": "Boop",
|
|
"dateAdded": 1687150604114,
|
|
"name": "Boop's Quest Zone API",
|
|
"version": "1.0.0"
|
|
*/ |