0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-13 09:50:43 -05:00

17 lines
295 B
C#
Raw Normal View History

2023-08-13 11:00:10 -04:00
using System;
2024-05-21 20:15:19 +01:00
namespace SPT.Launcher.Models.SPT
2023-08-13 11:00:10 -04:00
{
2024-05-21 20:15:19 +01:00
public class SPTProfileModInfo : SPTMod
2023-08-13 11:00:10 -04:00
{
2023-08-13 20:49:03 -04:00
public string DateAdded { get; set; }
2023-08-13 11:00:10 -04:00
}
}
/*
"author": "Boop",
"dateAdded": 1687150604114,
"name": "Boop's Quest Zone API",
"version": "1.0.0"
*/