enum fix and imports

This commit is contained in:
CWX
2025-01-06 17:38:02 +00:00
parent 36fae02ca5
commit 0454dbdf28
7 changed files with 27 additions and 16 deletions
@@ -1,4 +1,6 @@
namespace Core.Models.Spt.Generators;
using Core.Models.Eft.Common;
namespace Core.Models.Spt.Generators;
public class LocationGenerator
{
@@ -1,4 +1,6 @@
namespace Core.Models.Spt.Generators;
using Core.Models.Eft.Common.Tables;
namespace Core.Models.Spt.Generators;
public class RagfairAssortGenerator
{
@@ -1,4 +1,7 @@
namespace Core.Models.Spt.Generators;
using Core.Models.Eft.Common.Tables;
using Core.Models.Eft.Ragfair;
namespace Core.Models.Spt.Generators;
public class RagfairOfferGenerator
{