move location of generators and fix namespaces
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Controllers\" />
|
||||
<Folder Include="Helpers\" />
|
||||
<Folder Include="Models\Spt\Hideout\" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
|
||||
namespace Core.Models.Spt.Generators;
|
||||
namespace Core.Generators;
|
||||
|
||||
public class BotGenerator
|
||||
{
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
using Core.Models.Eft.Common;
|
||||
|
||||
namespace Core.Models.Spt.Generators;
|
||||
namespace Core.Generators;
|
||||
|
||||
public class LocationGenerator
|
||||
{
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace Core.Models.Spt.Generators;
|
||||
namespace Core.Generators;
|
||||
|
||||
public class PMCLootGenerator
|
||||
{
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
|
||||
namespace Core.Models.Spt.Generators;
|
||||
namespace Core.Generators;
|
||||
|
||||
public class RagfairAssortGenerator
|
||||
{
|
||||
+1
-1
@@ -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
|
||||
{
|
||||
Reference in New Issue
Block a user