the initial commit to the repo.
This commit is contained in:
parent
025c032b8c
commit
1b757591b9
264 changed files with 21882 additions and 0 deletions
12
stoopid.raw/stupid.solutions/TemplateData.cs
Normal file
12
stoopid.raw/stupid.solutions/TemplateData.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace stupid.solutions;
|
||||
|
||||
[Serializable]
|
||||
public class TemplateData
|
||||
{
|
||||
public string PresetName { get; set; }
|
||||
|
||||
public Dictionary<string, ItemTemplate> ItemTemplate { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue