diff --git a/Core/Core.csproj b/Core/Core.csproj index 809dbfc3..744d5f41 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -8,6 +8,7 @@ + diff --git a/Core/Models/Spt/Generators/BotGenerator.cs b/Core/Generators/BotGenerator.cs similarity index 87% rename from Core/Models/Spt/Generators/BotGenerator.cs rename to Core/Generators/BotGenerator.cs index d4358de0..52498e51 100644 --- a/Core/Models/Spt/Generators/BotGenerator.cs +++ b/Core/Generators/BotGenerator.cs @@ -1,6 +1,6 @@ using Core.Models.Eft.Common.Tables; -namespace Core.Models.Spt.Generators; +namespace Core.Generators; public class BotGenerator { diff --git a/Core/Models/Spt/Generators/LocationGenerator.cs b/Core/Generators/LocationGenerator.cs similarity index 94% rename from Core/Models/Spt/Generators/LocationGenerator.cs rename to Core/Generators/LocationGenerator.cs index 8885a98a..370c3a58 100644 --- a/Core/Models/Spt/Generators/LocationGenerator.cs +++ b/Core/Generators/LocationGenerator.cs @@ -1,6 +1,6 @@ using Core.Models.Eft.Common; -namespace Core.Models.Spt.Generators; +namespace Core.Generators; public class LocationGenerator { diff --git a/Core/Models/Spt/Generators/PMCLootGenerator.cs b/Core/Generators/PMCLootGenerator.cs similarity index 86% rename from Core/Models/Spt/Generators/PMCLootGenerator.cs rename to Core/Generators/PMCLootGenerator.cs index 109c46bb..8de791a8 100644 --- a/Core/Models/Spt/Generators/PMCLootGenerator.cs +++ b/Core/Generators/PMCLootGenerator.cs @@ -1,4 +1,4 @@ -namespace Core.Models.Spt.Generators; +namespace Core.Generators; public class PMCLootGenerator { diff --git a/Core/Models/Spt/Generators/RagfairAssortGenerator.cs b/Core/Generators/RagfairAssortGenerator.cs similarity index 82% rename from Core/Models/Spt/Generators/RagfairAssortGenerator.cs rename to Core/Generators/RagfairAssortGenerator.cs index 15ac2bf9..58c29137 100644 --- a/Core/Models/Spt/Generators/RagfairAssortGenerator.cs +++ b/Core/Generators/RagfairAssortGenerator.cs @@ -1,6 +1,6 @@ using Core.Models.Eft.Common.Tables; -namespace Core.Models.Spt.Generators; +namespace Core.Generators; public class RagfairAssortGenerator { diff --git a/Core/Models/Spt/Generators/RagfairOfferGenerator.cs b/Core/Generators/RagfairOfferGenerator.cs similarity index 89% rename from Core/Models/Spt/Generators/RagfairOfferGenerator.cs rename to Core/Generators/RagfairOfferGenerator.cs index aae34448..4c6c0268 100644 --- a/Core/Models/Spt/Generators/RagfairOfferGenerator.cs +++ b/Core/Generators/RagfairOfferGenerator.cs @@ -1,7 +1,7 @@ using Core.Models.Eft.Common.Tables; using Core.Models.Eft.Ragfair; -namespace Core.Models.Spt.Generators; +namespace Core.Generators; public class RagfairOfferGenerator {