Merge pull request #10 from CJ-SPT/main
Fix some errors of types that now exist
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace Core.Controllers;
|
||||
using Core.Models.Eft.Profile;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
public class AchievementController
|
||||
{
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
using Core.Models.Eft.Builds;
|
||||
using Core.Models.Eft.PresetBuild;
|
||||
using Core.Models.Eft.Profile;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
using Core.Models.Eft.Common;
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
using Core.Models.Eft.Customization;
|
||||
using Core.Models.Eft.Hideout;
|
||||
using Core.Models.Eft.ItemEvent;
|
||||
using Core.Models.Eft.Profile;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using Core.Models.Eft.Dialog;
|
||||
using Core.Models.Eft.Profile;
|
||||
using Core.Models.Enums;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using Core.Models.Eft.Common;
|
||||
using Core.Models.Eft.Game;
|
||||
using Core.Models.Eft.Profile;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using Core.Models.Eft.Common;
|
||||
using Core.Models.Eft.Health;
|
||||
using Core.Models.Eft.ItemEvent;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using Core.Models.Eft.Common;
|
||||
using Core.Models.Eft.ItemEvent;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using Core.Models.Eft.Common;
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using Core.Models.Eft.Common;
|
||||
using Core.Models.Eft.ItemEvent;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using Core.Models.Eft.Common;
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
using Core.Models.Eft.ItemEvent;
|
||||
using Core.Models.Eft.Ragfair;
|
||||
using Core.Models.Enums;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
using Core.Models.Eft.Game;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using Core.Models.Eft.Common;
|
||||
using Core.Models.Eft.ItemEvent;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user