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;
2023-08-13 20:49:03 -04:00
namespace Aki.Launcher.Models.Aki
2023-08-13 11:00:10 -04:00
{
2023-08-13 20:49:03 -04:00
public class AkiProfileModInfo : AkiMod
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"
*/