Item TplGenerator pass 1

This commit is contained in:
Alex
2025-01-19 19:20:55 +00:00
parent b5240a615e
commit d78fed48c5
7 changed files with 649 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
namespace Core.Models.Enums;
public record ItemTpl
public static class ItemTpl
{
public static string AMMOBOX_127X33_COPPER_20RND = "676009ddb623f3b8ba079419";
public static string AMMOBOX_127X33_FMJ_20RND = "676009ed8f1fee08740f9479";
+6
View File
@@ -0,0 +1,6 @@
namespace Core.Models.Enums;
public static class Weapons
{
}