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