This commit is contained in:
CWX
2025-01-06 17:29:00 +00:00
43 changed files with 2990 additions and 40 deletions
@@ -1,4 +1,5 @@
using System.Text.Json.Serialization;
using Core.Models.Eft.Common.Tables;
namespace Core.Models.Spt.Quests;
@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Text.Json.Serialization;
using Core.Models.Enums;
namespace Core.Models.Spt.Repeatable;
+1 -1
View File
@@ -1,6 +1,6 @@
// using System.Collections.Generic;
//
// namespace Types.Models.Spt.Server;
// namespace Core.Models.Spt.Server;
//
// public class ExhaustableArray<T>
// {
+2
View File
@@ -1,4 +1,6 @@
using System.Text.Json.Serialization;
using Core.Models.Eft.Common;
using Core.Models.Eft.Common.Tables;
namespace Core.Models.Spt.Server;