0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 06:50:44 -05:00
assembly-tool/RecodeItLib/Models/ItemTemplateModel.cs

9 lines
165 B
C#

namespace ReCodeIt.Models;
public class ItemTemplateModel
{
public string _id;
public string _name;
public string _parent;
public string _type;
}