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

9 lines
165 B
C#
Raw Normal View History

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