mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 06:50:44 -05:00
9 lines
165 B
C#
9 lines
165 B
C#
namespace ReCodeIt.Models;
|
|
|
|
public class ItemTemplateModel
|
|
{
|
|
public string _id;
|
|
public string _name;
|
|
public string _parent;
|
|
public string _type;
|
|
} |