diff --git a/Fuyu.Backend.EFT/DTO/Bots/BotCondition.cs b/Fuyu.Backend.BSG/DTO/Bots/BotCondition.cs similarity index 86% rename from Fuyu.Backend.EFT/DTO/Bots/BotCondition.cs rename to Fuyu.Backend.BSG/DTO/Bots/BotCondition.cs index 57629d5..cb6ce06 100644 --- a/Fuyu.Backend.EFT/DTO/Bots/BotCondition.cs +++ b/Fuyu.Backend.BSG/DTO/Bots/BotCondition.cs @@ -1,8 +1,7 @@ using System.Runtime.Serialization; using Newtonsoft.Json.Converters; -using Fuyu.Backend.BSG.DTO.Bots; -namespace Fuyu.Backend.EFT.DTO.Bots +namespace Fuyu.Backend.BSG.DTO.Bots { [DataContract] public class BotCondition diff --git a/Fuyu.Backend.EFT/DTO/Items/ChangedItem.cs b/Fuyu.Backend.BSG/DTO/Items/ChangedItem.cs similarity index 95% rename from Fuyu.Backend.EFT/DTO/Items/ChangedItem.cs rename to Fuyu.Backend.BSG/DTO/Items/ChangedItem.cs index 13b11f0..a7efb66 100644 --- a/Fuyu.Backend.EFT/DTO/Items/ChangedItem.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ChangedItem.cs @@ -2,7 +2,7 @@ using Fuyu.Common.Hashing; using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ChangedItem : BaseItemEvent diff --git a/Fuyu.Backend.BSG/DTO/Items/EItemRotation.cs b/Fuyu.Backend.BSG/DTO/Items/EItemRotation.cs index db974e9..aa84d35 100644 --- a/Fuyu.Backend.BSG/DTO/Items/EItemRotation.cs +++ b/Fuyu.Backend.BSG/DTO/Items/EItemRotation.cs @@ -1,4 +1,4 @@ -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { public enum EItemRotation { diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemBuffComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemBuffComponent.cs index ed794b5..30fee3a 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemBuffComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemBuffComponent.cs @@ -1,7 +1,7 @@ -using Fuyu.Backend.BSG.DTO.Common; -using System.Runtime.Serialization; +using System.Runtime.Serialization; +using Fuyu.Backend.BSG.DTO.Common; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemBuffComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemCultistAmuletComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemCultistAmuletComponent.cs index 1576354..ca3793d 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemCultistAmuletComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemCultistAmuletComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemCultistAmuletComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemDogtagComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemDogtagComponent.cs index e1c3390..2486efe 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemDogtagComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemDogtagComponent.cs @@ -1,9 +1,9 @@ -using Fuyu.Backend.BSG.DTO.Profiles.Info; -using Fuyu.Common.Hashing; -using System; +using System; using System.Runtime.Serialization; +using Fuyu.Backend.BSG.DTO.Profiles.Info; +using Fuyu.Common.Hashing; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemDogtagComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemFaceShieldComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemFaceShieldComponent.cs index ed4ad97..3af6934 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemFaceShieldComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemFaceShieldComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemFaceShieldComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemFireModeComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemFireModeComponent.cs index 6441a1f..8185e80 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemFireModeComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemFireModeComponent.cs @@ -1,7 +1,7 @@ using Fuyu.Backend.BSG.DTO.Common; using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemFireModeComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemFoldableComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemFoldableComponent.cs index 5cd7742..e02ba23 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemFoldableComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemFoldableComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemFoldableComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemFoodDrinkComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemFoodDrinkComponent.cs index 925c99c..3b10a04 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemFoodDrinkComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemFoodDrinkComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemFoodDrinkComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemInstance.cs b/Fuyu.Backend.BSG/DTO/Items/ItemInstance.cs index 5771325..aa8f624 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemInstance.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemInstance.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; using Fuyu.Common.Hashing; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemInstance diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemKeyComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemKeyComponent.cs index 7794179..c3c2433 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemKeyComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemKeyComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemKeyComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemLightComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemLightComponent.cs index 8f7edcc..1325758 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemLightComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemLightComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemLightComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemLockableComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemLockableComponent.cs index 37e17fc..6fc7a23 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemLockableComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemLockableComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemLockableComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemMapComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemMapComponent.cs index d8ccaf0..b8d29fa 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemMapComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemMapComponent.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemMapComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemMedKitComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemMedKitComponent.cs index 7de9dc6..78945a9 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemMedKitComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemMedKitComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemMedKitComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemRecodableComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemRecodableComponent.cs index 3de648b..92cabc5 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemRecodableComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemRecodableComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemRecodableComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemRepairKitComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemRepairKitComponent.cs index b7a273b..4bb872d 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemRepairKitComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemRepairKitComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemRepairKitComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemRepairableComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemRepairableComponent.cs index 9981b2c..366bfe3 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemRepairableComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemRepairableComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemRepairableComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemSideEffectComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemSideEffectComponent.cs index b178dcd..e972bdf 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemSideEffectComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemSideEffectComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemSideEffectComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemSightComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemSightComponent.cs index 34cb49d..579016b 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemSightComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemSightComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemSightComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemTagComponent.cs b/Fuyu.Backend.BSG/DTO/Items/ItemTagComponent.cs index 76dbb3d..198d116 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemTagComponent.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemTagComponent.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemTagComponent diff --git a/Fuyu.Backend.BSG/DTO/Items/ItemUpdatable.cs b/Fuyu.Backend.BSG/DTO/Items/ItemUpdatable.cs index fcb734d..019d663 100644 --- a/Fuyu.Backend.BSG/DTO/Items/ItemUpdatable.cs +++ b/Fuyu.Backend.BSG/DTO/Items/ItemUpdatable.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class ItemUpdatable diff --git a/Fuyu.Backend.BSG/DTO/Items/LocationInGrid.cs b/Fuyu.Backend.BSG/DTO/Items/LocationInGrid.cs index 2fd518f..e8d43f5 100644 --- a/Fuyu.Backend.BSG/DTO/Items/LocationInGrid.cs +++ b/Fuyu.Backend.BSG/DTO/Items/LocationInGrid.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class LocationInGrid diff --git a/Fuyu.Backend.BSG/DTO/Items/MapMarker.cs b/Fuyu.Backend.BSG/DTO/Items/MapMarker.cs index 85c048f..2625f0a 100644 --- a/Fuyu.Backend.BSG/DTO/Items/MapMarker.cs +++ b/Fuyu.Backend.BSG/DTO/Items/MapMarker.cs @@ -1,7 +1,7 @@ -using Fuyu.Backend.BSG.DTO.Common; -using System.Runtime.Serialization; +using System.Runtime.Serialization; +using Fuyu.Backend.BSG.DTO.Common; -namespace Fuyu.Backend.EFT.DTO.Items +namespace Fuyu.Backend.BSG.DTO.Items { [DataContract] public class MapMarker diff --git a/Fuyu.Backend.EFT/DTO/Locations/AirdropParameters.cs b/Fuyu.Backend.BSG/DTO/Locations/AirdropParameters.cs similarity index 95% rename from Fuyu.Backend.EFT/DTO/Locations/AirdropParameters.cs rename to Fuyu.Backend.BSG/DTO/Locations/AirdropParameters.cs index 6724ab3..e5f27eb 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/AirdropParameters.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/AirdropParameters.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class AirdropParameters diff --git a/Fuyu.Backend.EFT/DTO/Locations/Banner.cs b/Fuyu.Backend.BSG/DTO/Locations/Banner.cs similarity index 72% rename from Fuyu.Backend.EFT/DTO/Locations/Banner.cs rename to Fuyu.Backend.BSG/DTO/Locations/Banner.cs index 3b9ab4e..dafe7f6 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/Banner.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/Banner.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Common; +using Fuyu.Backend.BSG.DTO.Common; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class Banner diff --git a/Fuyu.Backend.EFT/DTO/Locations/BossSpawn.cs b/Fuyu.Backend.BSG/DTO/Locations/BossSpawn.cs similarity index 96% rename from Fuyu.Backend.EFT/DTO/Locations/BossSpawn.cs rename to Fuyu.Backend.BSG/DTO/Locations/BossSpawn.cs index 3eb5c8c..ca957b9 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/BossSpawn.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/BossSpawn.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class BossSpawn diff --git a/Fuyu.Backend.EFT/DTO/Locations/BossSupport.cs b/Fuyu.Backend.BSG/DTO/Locations/BossSupport.cs similarity index 87% rename from Fuyu.Backend.EFT/DTO/Locations/BossSupport.cs rename to Fuyu.Backend.BSG/DTO/Locations/BossSupport.cs index 79392ee..a37b409 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/BossSupport.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/BossSupport.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class BossSupport diff --git a/Fuyu.Backend.EFT/DTO/Locations/BotLocationModifier.cs b/Fuyu.Backend.BSG/DTO/Locations/BotLocationModifier.cs similarity index 94% rename from Fuyu.Backend.EFT/DTO/Locations/BotLocationModifier.cs rename to Fuyu.Backend.BSG/DTO/Locations/BotLocationModifier.cs index 9ad19ea..5b86c81 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/BotLocationModifier.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/BotLocationModifier.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class BotLocationModifier diff --git a/Fuyu.Backend.EFT/DTO/Locations/ColliderParam.cs b/Fuyu.Backend.BSG/DTO/Locations/ColliderParam.cs similarity index 84% rename from Fuyu.Backend.EFT/DTO/Locations/ColliderParam.cs rename to Fuyu.Backend.BSG/DTO/Locations/ColliderParam.cs index b3b1601..252b786 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/ColliderParam.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/ColliderParam.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class ColliderParam diff --git a/Fuyu.Backend.EFT/DTO/Locations/ColliderProperties.cs b/Fuyu.Backend.BSG/DTO/Locations/ColliderProperties.cs similarity index 73% rename from Fuyu.Backend.EFT/DTO/Locations/ColliderProperties.cs rename to Fuyu.Backend.BSG/DTO/Locations/ColliderProperties.cs index 6825b2d..fd84044 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/ColliderProperties.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/ColliderProperties.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Common; +using Fuyu.Backend.BSG.DTO.Common; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class ColliderProperties diff --git a/Fuyu.Backend.EFT/DTO/Locations/Exit.cs b/Fuyu.Backend.BSG/DTO/Locations/Exit.cs similarity index 96% rename from Fuyu.Backend.EFT/DTO/Locations/Exit.cs rename to Fuyu.Backend.BSG/DTO/Locations/Exit.cs index bce3989..cb11466 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/Exit.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/Exit.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class Exit diff --git a/Fuyu.Backend.EFT/DTO/Locations/GroupScenario.cs b/Fuyu.Backend.BSG/DTO/Locations/GroupScenario.cs similarity index 88% rename from Fuyu.Backend.EFT/DTO/Locations/GroupScenario.cs rename to Fuyu.Backend.BSG/DTO/Locations/GroupScenario.cs index 8b1c2ba..b82951f 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/GroupScenario.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/GroupScenario.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class GroupScenario diff --git a/Fuyu.Backend.EFT/DTO/Locations/ItemLimit.cs b/Fuyu.Backend.BSG/DTO/Locations/ItemLimit.cs similarity index 85% rename from Fuyu.Backend.EFT/DTO/Locations/ItemLimit.cs rename to Fuyu.Backend.BSG/DTO/Locations/ItemLimit.cs index ae48c94..742fe58 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/ItemLimit.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/ItemLimit.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class ItemLimit diff --git a/Fuyu.Backend.EFT/DTO/Locations/Location.cs b/Fuyu.Backend.BSG/DTO/Locations/Location.cs similarity index 98% rename from Fuyu.Backend.EFT/DTO/Locations/Location.cs rename to Fuyu.Backend.BSG/DTO/Locations/Location.cs index 8a9cac7..5c030da 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/Location.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/Location.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Common; +using Fuyu.Backend.BSG.DTO.Common; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class Location diff --git a/Fuyu.Backend.EFT/DTO/Locations/MatchMakerWaitTime.cs b/Fuyu.Backend.BSG/DTO/Locations/MatchMakerWaitTime.cs similarity index 83% rename from Fuyu.Backend.EFT/DTO/Locations/MatchMakerWaitTime.cs rename to Fuyu.Backend.BSG/DTO/Locations/MatchMakerWaitTime.cs index 5271b9c..15a7732 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/MatchMakerWaitTime.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/MatchMakerWaitTime.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class MatchMakerWaitTime diff --git a/Fuyu.Backend.EFT/DTO/Locations/MaxItemCount.cs b/Fuyu.Backend.BSG/DTO/Locations/MaxItemCount.cs similarity index 83% rename from Fuyu.Backend.EFT/DTO/Locations/MaxItemCount.cs rename to Fuyu.Backend.BSG/DTO/Locations/MaxItemCount.cs index c933212..35585cc 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/MaxItemCount.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/MaxItemCount.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class MaxItemCount diff --git a/Fuyu.Backend.EFT/DTO/Locations/MinMaxBot.cs b/Fuyu.Backend.BSG/DTO/Locations/MinMaxBot.cs similarity index 85% rename from Fuyu.Backend.EFT/DTO/Locations/MinMaxBot.cs rename to Fuyu.Backend.BSG/DTO/Locations/MinMaxBot.cs index 56c7fd0..47d41af 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/MinMaxBot.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/MinMaxBot.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class MinMaxBot diff --git a/Fuyu.Backend.EFT/DTO/Locations/Path.cs b/Fuyu.Backend.BSG/DTO/Locations/Path.cs similarity index 83% rename from Fuyu.Backend.EFT/DTO/Locations/Path.cs rename to Fuyu.Backend.BSG/DTO/Locations/Path.cs index c10405d..0e69e5e 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/Path.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/Path.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class Path diff --git a/Fuyu.Backend.EFT/DTO/Locations/SpawnPointParam.cs b/Fuyu.Backend.BSG/DTO/Locations/SpawnPointParam.cs similarity index 89% rename from Fuyu.Backend.EFT/DTO/Locations/SpawnPointParam.cs rename to Fuyu.Backend.BSG/DTO/Locations/SpawnPointParam.cs index dc1b828..0d0f2ee 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/SpawnPointParam.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/SpawnPointParam.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Common; +using Fuyu.Backend.BSG.DTO.Common; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class SpawnPointParam diff --git a/Fuyu.Backend.EFT/DTO/Locations/Transit.cs b/Fuyu.Backend.BSG/DTO/Locations/Transit.cs similarity index 93% rename from Fuyu.Backend.EFT/DTO/Locations/Transit.cs rename to Fuyu.Backend.BSG/DTO/Locations/Transit.cs index d558eed..2e0b35a 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/Transit.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/Transit.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class Transit diff --git a/Fuyu.Backend.EFT/DTO/Locations/Wave.cs b/Fuyu.Backend.BSG/DTO/Locations/Wave.cs similarity index 94% rename from Fuyu.Backend.EFT/DTO/Locations/Wave.cs rename to Fuyu.Backend.BSG/DTO/Locations/Wave.cs index 860511b..adf10b6 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/Wave.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/Wave.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class Wave diff --git a/Fuyu.Backend.EFT/DTO/Locations/WorldMap.cs b/Fuyu.Backend.BSG/DTO/Locations/WorldMap.cs similarity index 86% rename from Fuyu.Backend.EFT/DTO/Locations/WorldMap.cs rename to Fuyu.Backend.BSG/DTO/Locations/WorldMap.cs index 29c7176..361a59e 100644 --- a/Fuyu.Backend.EFT/DTO/Locations/WorldMap.cs +++ b/Fuyu.Backend.BSG/DTO/Locations/WorldMap.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Locations +namespace Fuyu.Backend.BSG.DTO.Locations { [DataContract] public class WorldMap diff --git a/Fuyu.Backend.EFT/DTO/Multiplayer/ProfileStatusInfo.cs b/Fuyu.Backend.BSG/DTO/Multiplayer/ProfileStatusInfo.cs similarity index 90% rename from Fuyu.Backend.EFT/DTO/Multiplayer/ProfileStatusInfo.cs rename to Fuyu.Backend.BSG/DTO/Multiplayer/ProfileStatusInfo.cs index 0110f3a..665ca00 100644 --- a/Fuyu.Backend.EFT/DTO/Multiplayer/ProfileStatusInfo.cs +++ b/Fuyu.Backend.BSG/DTO/Multiplayer/ProfileStatusInfo.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Multiplayer +namespace Fuyu.Backend.BSG.DTO.Multiplayer { [DataContract] public class ProfileStatusInfo diff --git a/Fuyu.Backend.BSG/DTO/Profiles/InventoryInfo.cs b/Fuyu.Backend.BSG/DTO/Profiles/InventoryInfo.cs index 5413862..15bb7e0 100644 --- a/Fuyu.Backend.BSG/DTO/Profiles/InventoryInfo.cs +++ b/Fuyu.Backend.BSG/DTO/Profiles/InventoryInfo.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Items; +using Fuyu.Backend.BSG.DTO.Items; using Fuyu.Common.Hashing; namespace Fuyu.Backend.BSG.DTO.Profiles diff --git a/Fuyu.Backend.EFT/DTO/Raid/MatchLocalEndResult.cs b/Fuyu.Backend.BSG/DTO/Raid/MatchLocalEndResult.cs similarity index 94% rename from Fuyu.Backend.EFT/DTO/Raid/MatchLocalEndResult.cs rename to Fuyu.Backend.BSG/DTO/Raid/MatchLocalEndResult.cs index e22084c..0193371 100644 --- a/Fuyu.Backend.EFT/DTO/Raid/MatchLocalEndResult.cs +++ b/Fuyu.Backend.BSG/DTO/Raid/MatchLocalEndResult.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; using Fuyu.Backend.BSG.DTO.Profiles; -namespace Fuyu.Backend.EFT.DTO.Raid +namespace Fuyu.Backend.BSG.DTO.Raid { [DataContract] public class MatchLocalEndResult diff --git a/Fuyu.Backend.EFT/DTO/Raid/SquadInfo.cs b/Fuyu.Backend.BSG/DTO/Raid/SquadInfo.cs similarity index 94% rename from Fuyu.Backend.EFT/DTO/Raid/SquadInfo.cs rename to Fuyu.Backend.BSG/DTO/Raid/SquadInfo.cs index e2915f5..81c5677 100644 --- a/Fuyu.Backend.EFT/DTO/Raid/SquadInfo.cs +++ b/Fuyu.Backend.BSG/DTO/Raid/SquadInfo.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Raid +namespace Fuyu.Backend.BSG.DTO.Raid { [DataContract] public class SquadInfo diff --git a/Fuyu.Backend.EFT/DTO/Raid/SquadMember.cs b/Fuyu.Backend.BSG/DTO/Raid/SquadMember.cs similarity index 92% rename from Fuyu.Backend.EFT/DTO/Raid/SquadMember.cs rename to Fuyu.Backend.BSG/DTO/Raid/SquadMember.cs index cb6a4de..6e78074 100644 --- a/Fuyu.Backend.EFT/DTO/Raid/SquadMember.cs +++ b/Fuyu.Backend.BSG/DTO/Raid/SquadMember.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Raid +namespace Fuyu.Backend.BSG.DTO.Raid { [DataContract] public class SquadMember diff --git a/Fuyu.Backend.EFT/DTO/Requests/GameBotGenerateRequest.cs b/Fuyu.Backend.BSG/DTO/Requests/GameBotGenerateRequest.cs similarity index 60% rename from Fuyu.Backend.EFT/DTO/Requests/GameBotGenerateRequest.cs rename to Fuyu.Backend.BSG/DTO/Requests/GameBotGenerateRequest.cs index 5a30f4a..fbd13de 100644 --- a/Fuyu.Backend.EFT/DTO/Requests/GameBotGenerateRequest.cs +++ b/Fuyu.Backend.BSG/DTO/Requests/GameBotGenerateRequest.cs @@ -1,8 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.BSG.DTO.Profiles.Info; -using Fuyu.Backend.EFT.DTO.Bots; +using Fuyu.Backend.BSG.DTO.Bots; -namespace Fuyu.Backend.EFT.DTO.Requests +namespace Fuyu.Backend.BSG.DTO.Requests { [DataContract] public class GameBotGenerateRequest diff --git a/Fuyu.Backend.EFT/DTO/Requests/GameProfileCreateRequest.cs b/Fuyu.Backend.BSG/DTO/Requests/GameProfileCreateRequest.cs similarity index 100% rename from Fuyu.Backend.EFT/DTO/Requests/GameProfileCreateRequest.cs rename to Fuyu.Backend.BSG/DTO/Requests/GameProfileCreateRequest.cs diff --git a/Fuyu.Backend.EFT/DTO/Requests/GameProfileNicknameValidate.cs b/Fuyu.Backend.BSG/DTO/Requests/GameProfileNicknameValidate.cs similarity index 100% rename from Fuyu.Backend.EFT/DTO/Requests/GameProfileNicknameValidate.cs rename to Fuyu.Backend.BSG/DTO/Requests/GameProfileNicknameValidate.cs diff --git a/Fuyu.Backend.EFT/DTO/Requests/MatchLocalEndRequest.cs b/Fuyu.Backend.BSG/DTO/Requests/MatchLocalEndRequest.cs similarity index 81% rename from Fuyu.Backend.EFT/DTO/Requests/MatchLocalEndRequest.cs rename to Fuyu.Backend.BSG/DTO/Requests/MatchLocalEndRequest.cs index ff35c82..6bc31d9 100644 --- a/Fuyu.Backend.EFT/DTO/Requests/MatchLocalEndRequest.cs +++ b/Fuyu.Backend.BSG/DTO/Requests/MatchLocalEndRequest.cs @@ -1,9 +1,9 @@ using System.Collections.Generic; using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Items; -using Fuyu.Backend.EFT.DTO.Raid; +using Fuyu.Backend.BSG.DTO.Items; +using Fuyu.Backend.BSG.DTO.Raid; -namespace Fuyu.Backend.EFT.DTO.Requests +namespace Fuyu.Backend.BSG.DTO.Requests { [DataContract] public class MatchLocalEndRequest diff --git a/Fuyu.Backend.EFT/DTO/Requests/MatchLocalStartRequest.cs b/Fuyu.Backend.BSG/DTO/Requests/MatchLocalStartRequest.cs similarity index 89% rename from Fuyu.Backend.EFT/DTO/Requests/MatchLocalStartRequest.cs rename to Fuyu.Backend.BSG/DTO/Requests/MatchLocalStartRequest.cs index c377950..08ee5ba 100644 --- a/Fuyu.Backend.EFT/DTO/Requests/MatchLocalStartRequest.cs +++ b/Fuyu.Backend.BSG/DTO/Requests/MatchLocalStartRequest.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Requests +namespace Fuyu.Backend.BSG.DTO.Requests { [DataContract] public class MatchLocalStartRequest diff --git a/Fuyu.Backend.EFT/DTO/Responses/AchievementStatisticResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/AchievementStatisticResponse.cs similarity index 84% rename from Fuyu.Backend.EFT/DTO/Responses/AchievementStatisticResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/AchievementStatisticResponse.cs index 9f35d4f..c26995c 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/AchievementStatisticResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/AchievementStatisticResponse.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class AchievementStatisticResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/BuildsListResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/BuildsListResponse.cs similarity index 81% rename from Fuyu.Backend.EFT/DTO/Responses/BuildsListResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/BuildsListResponse.cs index 005b30b..4121d68 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/BuildsListResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/BuildsListResponse.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Templates; +using Fuyu.Backend.BSG.DTO.Templates; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class BuildsListResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/CheckVersionResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/CheckVersionResponse.cs similarity index 84% rename from Fuyu.Backend.EFT/DTO/Responses/CheckVersionResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/CheckVersionResponse.cs index fe6fb33..9ed9398 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/CheckVersionResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/CheckVersionResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class CheckVersionResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/CustomizationStorageResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/CustomizationStorageResponse.cs similarity index 84% rename from Fuyu.Backend.EFT/DTO/Responses/CustomizationStorageResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/CustomizationStorageResponse.cs index 6b7016d..314fd81 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/CustomizationStorageResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/CustomizationStorageResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class CustomizationStorageResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/FriendList.cs b/Fuyu.Backend.BSG/DTO/Responses/FriendList.cs similarity index 89% rename from Fuyu.Backend.EFT/DTO/Responses/FriendList.cs rename to Fuyu.Backend.BSG/DTO/Responses/FriendList.cs index b853676..39b52aa 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/FriendList.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/FriendList.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class FriendListResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/GameConfigResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/GameConfigResponse.cs similarity index 97% rename from Fuyu.Backend.EFT/DTO/Responses/GameConfigResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/GameConfigResponse.cs index 26b2744..1d375bf 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/GameConfigResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/GameConfigResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class GameConfigResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/GameKeepaliveResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/GameKeepaliveResponse.cs similarity index 83% rename from Fuyu.Backend.EFT/DTO/Responses/GameKeepaliveResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/GameKeepaliveResponse.cs index 247ba0a..26e5fa3 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/GameKeepaliveResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/GameKeepaliveResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class GameKeepaliveResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/GameLogoutResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/GameLogoutResponse.cs similarity index 79% rename from Fuyu.Backend.EFT/DTO/Responses/GameLogoutResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/GameLogoutResponse.cs index 193d247..ba2a28f 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/GameLogoutResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/GameLogoutResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class GameLogoutResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/GameModeResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/GameModeResponse.cs similarity index 83% rename from Fuyu.Backend.EFT/DTO/Responses/GameModeResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/GameModeResponse.cs index 8e60718..3a053f5 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/GameModeResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/GameModeResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class GameModeResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/GameProfileCreateResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/GameProfileCreateResponse.cs similarity index 79% rename from Fuyu.Backend.EFT/DTO/Responses/GameProfileCreateResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/GameProfileCreateResponse.cs index 8e037c9..8df4232 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/GameProfileCreateResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/GameProfileCreateResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class GameProfileCreateResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/GameProfileNicknameValidateResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/GameProfileNicknameValidateResponse.cs similarity index 81% rename from Fuyu.Backend.EFT/DTO/Responses/GameProfileNicknameValidateResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/GameProfileNicknameValidateResponse.cs index aec0b3b..15c5863 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/GameProfileNicknameValidateResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/GameProfileNicknameValidateResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class GameProfileNicknameValidateResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/GameStartResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/GameStartResponse.cs similarity index 79% rename from Fuyu.Backend.EFT/DTO/Responses/GameStartResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/GameStartResponse.cs index f8366ff..df1c563 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/GameStartResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/GameStartResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class GameStartResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/GetMeticsConfigResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/GetMeticsConfigResponse.cs similarity index 91% rename from Fuyu.Backend.EFT/DTO/Responses/GetMeticsConfigResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/GetMeticsConfigResponse.cs index 9a9950e..699b9a6 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/GetMeticsConfigResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/GetMeticsConfigResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class GetMetricsConfigResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/HideoutSettingsResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/HideoutSettingsResponse.cs similarity index 90% rename from Fuyu.Backend.EFT/DTO/Responses/HideoutSettingsResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/HideoutSettingsResponse.cs index d155427..6135639 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/HideoutSettingsResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/HideoutSettingsResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class HideoutSettingsResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/MatchGroupCurrentResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/MatchGroupCurrentResponse.cs similarity index 77% rename from Fuyu.Backend.EFT/DTO/Responses/MatchGroupCurrentResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/MatchGroupCurrentResponse.cs index 8f37263..0217446 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/MatchGroupCurrentResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/MatchGroupCurrentResponse.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Raid; +using Fuyu.Backend.BSG.DTO.Raid; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class MatchGroupCurrentResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/MenuLocaleResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/MenuLocaleResponse.cs similarity index 83% rename from Fuyu.Backend.EFT/DTO/Responses/MenuLocaleResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/MenuLocaleResponse.cs index 2e3051a..a41e753 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/MenuLocaleResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/MenuLocaleResponse.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class MenuLocaleResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/NotifierChannelCreateResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/NotifierChannelCreateResponse.cs similarity index 90% rename from Fuyu.Backend.EFT/DTO/Responses/NotifierChannelCreateResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/NotifierChannelCreateResponse.cs index e20d2be..f06c025 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/NotifierChannelCreateResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/NotifierChannelCreateResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class NotifierChannelCreateResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/ProfileSelectResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/ProfileSelectResponse.cs similarity index 79% rename from Fuyu.Backend.EFT/DTO/Responses/ProfileSelectResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/ProfileSelectResponse.cs index ff0c2fb..3c991b4 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/ProfileSelectResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/ProfileSelectResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class ProfileSelectResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/ProfileStatusResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/ProfileStatusResponse.cs similarity index 74% rename from Fuyu.Backend.EFT/DTO/Responses/ProfileStatusResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/ProfileStatusResponse.cs index 98eaa27..f01bd4c 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/ProfileStatusResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/ProfileStatusResponse.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Multiplayer; +using Fuyu.Backend.BSG.DTO.Multiplayer; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class ProfileStatusResponse diff --git a/Fuyu.Backend.EFT/DTO/Responses/RepeatableQuestsResponse.cs b/Fuyu.Backend.BSG/DTO/Responses/RepeatableQuestsResponse.cs similarity index 82% rename from Fuyu.Backend.EFT/DTO/Responses/RepeatableQuestsResponse.cs rename to Fuyu.Backend.BSG/DTO/Responses/RepeatableQuestsResponse.cs index 19a9966..8837374 100644 --- a/Fuyu.Backend.EFT/DTO/Responses/RepeatableQuestsResponse.cs +++ b/Fuyu.Backend.BSG/DTO/Responses/RepeatableQuestsResponse.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class RepeatableQuestsResponse diff --git a/Fuyu.Backend.EFT/DTO/Servers/Backends.cs b/Fuyu.Backend.BSG/DTO/Servers/Backends.cs similarity index 89% rename from Fuyu.Backend.EFT/DTO/Servers/Backends.cs rename to Fuyu.Backend.BSG/DTO/Servers/Backends.cs index 2fcc2b8..7702f7d 100644 --- a/Fuyu.Backend.EFT/DTO/Servers/Backends.cs +++ b/Fuyu.Backend.BSG/DTO/Servers/Backends.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Responses +namespace Fuyu.Backend.BSG.DTO.Responses { [DataContract] public class Backends diff --git a/Fuyu.Backend.EFT/DTO/Servers/ServerInfo.cs b/Fuyu.Backend.BSG/DTO/Servers/ServerInfo.cs similarity index 83% rename from Fuyu.Backend.EFT/DTO/Servers/ServerInfo.cs rename to Fuyu.Backend.BSG/DTO/Servers/ServerInfo.cs index 05abded..6d18108 100644 --- a/Fuyu.Backend.EFT/DTO/Servers/ServerInfo.cs +++ b/Fuyu.Backend.BSG/DTO/Servers/ServerInfo.cs @@ -1,6 +1,6 @@ using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.DTO.Servers +namespace Fuyu.Backend.BSG.DTO.Servers { [DataContract] public class ServerInfo diff --git a/Fuyu.Backend.EFT/DTO/Templates/EEquipmentBuildType.cs b/Fuyu.Backend.BSG/DTO/Templates/EEquipmentBuildType.cs similarity index 74% rename from Fuyu.Backend.EFT/DTO/Templates/EEquipmentBuildType.cs rename to Fuyu.Backend.BSG/DTO/Templates/EEquipmentBuildType.cs index e3552c7..3301fef 100644 --- a/Fuyu.Backend.EFT/DTO/Templates/EEquipmentBuildType.cs +++ b/Fuyu.Backend.BSG/DTO/Templates/EEquipmentBuildType.cs @@ -1,4 +1,4 @@ -namespace Fuyu.Backend.EFT.DTO.Templates +namespace Fuyu.Backend.BSG.DTO.Templates { // Assembly-CSharp.dll: EFT.Builds.EEquipmentBuildType public enum EEquipmentBuildType diff --git a/Fuyu.Backend.EFT/DTO/Templates/EquipmentBuild.cs b/Fuyu.Backend.BSG/DTO/Templates/EquipmentBuild.cs similarity index 85% rename from Fuyu.Backend.EFT/DTO/Templates/EquipmentBuild.cs rename to Fuyu.Backend.BSG/DTO/Templates/EquipmentBuild.cs index 2f30be1..86cbe77 100644 --- a/Fuyu.Backend.EFT/DTO/Templates/EquipmentBuild.cs +++ b/Fuyu.Backend.BSG/DTO/Templates/EquipmentBuild.cs @@ -1,7 +1,7 @@ using System.Runtime.Serialization; -using Fuyu.Backend.EFT.DTO.Items; +using Fuyu.Backend.BSG.DTO.Items; -namespace Fuyu.Backend.EFT.DTO.Templates +namespace Fuyu.Backend.BSG.DTO.Templates { [DataContract] public class EquipmentBuild diff --git a/Fuyu.Backend.BSG/ItemEvents/ItemEventContext.cs b/Fuyu.Backend.BSG/ItemEvents/ItemEventContext.cs index 7a9c8e5..5dd0578 100644 --- a/Fuyu.Backend.BSG/ItemEvents/ItemEventContext.cs +++ b/Fuyu.Backend.BSG/ItemEvents/ItemEventContext.cs @@ -1,6 +1,6 @@ -using Fuyu.Backend.BSG.DTO.Responses; +using Newtonsoft.Json.Linq; +using Fuyu.Backend.BSG.DTO.Responses; using Fuyu.Common.Networking; -using Newtonsoft.Json.Linq; namespace Fuyu.Backend.BSG.ItemEvents { diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/ApplyInventoryChangesEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/ApplyInventoryChangesEvent.cs similarity index 55% rename from Fuyu.Backend.EFT/ItemEvents/Models/ApplyInventoryChangesEvent.cs rename to Fuyu.Backend.BSG/ItemEvents/Models/ApplyInventoryChangesEvent.cs index 07116f1..9e04091 100644 --- a/Fuyu.Backend.EFT/ItemEvents/Models/ApplyInventoryChangesEvent.cs +++ b/Fuyu.Backend.BSG/ItemEvents/Models/ApplyInventoryChangesEvent.cs @@ -1,8 +1,7 @@ -using Fuyu.Backend.BSG.ItemEvents.Models; -using Fuyu.Backend.EFT.DTO.Items; -using System.Runtime.Serialization; +using System.Runtime.Serialization; +using Fuyu.Backend.BSG.DTO.Items; -namespace Fuyu.Backend.EFT.ItemEvents.Models +namespace Fuyu.Backend.BSG.ItemEvents.Models { [DataContract] public class ApplyInventoryChangesEvent : BaseItemEvent diff --git a/Fuyu.Backend.BSG/ItemEvents/Models/CustomizationBuyItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/CustomizationBuyItemEvent.cs new file mode 100644 index 0000000..419147a --- /dev/null +++ b/Fuyu.Backend.BSG/ItemEvents/Models/CustomizationBuyItemEvent.cs @@ -0,0 +1,6 @@ +namespace Fuyu.Backend.BSG.ItemEvents.Models +{ + public class CustomizationBuyItemEvent : BaseItemEvent + { + } +} diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/EatItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/EatItemEvent.cs similarity index 67% rename from Fuyu.Backend.EFT/ItemEvents/Models/EatItemEvent.cs rename to Fuyu.Backend.BSG/ItemEvents/Models/EatItemEvent.cs index 69d8568..2ef0aa0 100644 --- a/Fuyu.Backend.EFT/ItemEvents/Models/EatItemEvent.cs +++ b/Fuyu.Backend.BSG/ItemEvents/Models/EatItemEvent.cs @@ -1,8 +1,7 @@ -using Fuyu.Common.Hashing; -using Fuyu.Backend.BSG.ItemEvents.Models; -using System.Runtime.Serialization; +using System.Runtime.Serialization; +using Fuyu.Common.Hashing; -namespace Fuyu.Backend.EFT.ItemEvents.Models +namespace Fuyu.Backend.BSG.ItemEvents.Models { [DataContract] public class EatItemEvent : BaseItemEvent diff --git a/Fuyu.Backend.BSG/ItemEvents/Models/InsureItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/InsureItemEvent.cs new file mode 100644 index 0000000..dc4141c --- /dev/null +++ b/Fuyu.Backend.BSG/ItemEvents/Models/InsureItemEvent.cs @@ -0,0 +1,6 @@ +namespace Fuyu.Backend.BSG.ItemEvents.Models +{ + public class InsureItemEvent : BaseItemEvent + { + } +} diff --git a/Fuyu.Backend.BSG/ItemEvents/Models/InterGameTransferItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/InterGameTransferItemEvent.cs new file mode 100644 index 0000000..cecc34f --- /dev/null +++ b/Fuyu.Backend.BSG/ItemEvents/Models/InterGameTransferItemEvent.cs @@ -0,0 +1,6 @@ +namespace Fuyu.Backend.BSG.ItemEvents.Models +{ + public class InterGameTransferItemEvent : BaseItemEvent + { + } +} diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/MoveItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/MoveItemEvent.cs similarity index 80% rename from Fuyu.Backend.EFT/ItemEvents/Models/MoveItemEvent.cs rename to Fuyu.Backend.BSG/ItemEvents/Models/MoveItemEvent.cs index 58e86ab..721d38a 100644 --- a/Fuyu.Backend.EFT/ItemEvents/Models/MoveItemEvent.cs +++ b/Fuyu.Backend.BSG/ItemEvents/Models/MoveItemEvent.cs @@ -1,9 +1,8 @@ -using Fuyu.Backend.BSG.ItemEvents.Models; -using Fuyu.Backend.EFT.DTO.Items; +using System.Runtime.Serialization; +using Fuyu.Backend.BSG.DTO.Items; using Fuyu.Common.Hashing; -using System.Runtime.Serialization; -namespace Fuyu.Backend.EFT.ItemEvents.Models +namespace Fuyu.Backend.BSG.ItemEvents.Models { [DataContract] // There is more data to this I have not needed it so I have not added it yet diff --git a/Fuyu.Backend.BSG/ItemEvents/Models/ReadEncyclopediaItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/ReadEncyclopediaItemEvent.cs new file mode 100644 index 0000000..5341cf1 --- /dev/null +++ b/Fuyu.Backend.BSG/ItemEvents/Models/ReadEncyclopediaItemEvent.cs @@ -0,0 +1,6 @@ +namespace Fuyu.Backend.BSG.ItemEvents.Models +{ + public class ReadEncyclopediaItemEvent : BaseItemEvent + { + } +} diff --git a/Fuyu.Backend.BSG/ItemEvents/Models/SellAllFromSavageItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/SellAllFromSavageItemEvent.cs new file mode 100644 index 0000000..a47cb10 --- /dev/null +++ b/Fuyu.Backend.BSG/ItemEvents/Models/SellAllFromSavageItemEvent.cs @@ -0,0 +1,6 @@ +namespace Fuyu.Backend.BSG.ItemEvents.Models +{ + public class SellAllFromSavageItemEvent : BaseItemEvent + { + } +} diff --git a/Fuyu.Backend.BSG/ItemEvents/Models/TraderRepairItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/TraderRepairItemEvent.cs new file mode 100644 index 0000000..364d252 --- /dev/null +++ b/Fuyu.Backend.BSG/ItemEvents/Models/TraderRepairItemEvent.cs @@ -0,0 +1,6 @@ +namespace Fuyu.Backend.BSG.ItemEvents.Models +{ + public class TraderRepairItemEvent : BaseItemEvent + { + } +} diff --git a/Fuyu.Backend.BSG/ItemEvents/Models/TradingConfirmItemEvent.cs b/Fuyu.Backend.BSG/ItemEvents/Models/TradingConfirmItemEvent.cs new file mode 100644 index 0000000..39a825e --- /dev/null +++ b/Fuyu.Backend.BSG/ItemEvents/Models/TradingConfirmItemEvent.cs @@ -0,0 +1,6 @@ +namespace Fuyu.Backend.BSG.ItemEvents.Models +{ + public class TradingConfirmItemEvent : BaseItemEvent + { + } +} diff --git a/Fuyu.Backend.EFT/DTO/Common/BundleAddress.cs b/Fuyu.Backend.EFT/DTO/Common/BundleAddress.cs deleted file mode 100644 index 9cc219e..0000000 --- a/Fuyu.Backend.EFT/DTO/Common/BundleAddress.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Runtime.Serialization; - -namespace Fuyu.Backend.EFT.DTO.Common -{ - [DataContract] - public class BundleAddress - { - [DataMember] - public string path; - - [DataMember] - public string rcid; - } -} \ No newline at end of file diff --git a/Fuyu.Backend.EFT/DTO/Common/CurrentMaximum.cs b/Fuyu.Backend.EFT/DTO/Common/CurrentMaximum.cs deleted file mode 100644 index 863a1be..0000000 --- a/Fuyu.Backend.EFT/DTO/Common/CurrentMaximum.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Runtime.Serialization; - -namespace Fuyu.Backend.EFT.DTO.Common -{ - [DataContract] - public class CurrentMaximum - { - [DataMember] - public T Current; - - [DataMember] - public T Maximum; - } -} \ No newline at end of file diff --git a/Fuyu.Backend.EFT/DTO/Common/Vector3.cs b/Fuyu.Backend.EFT/DTO/Common/Vector3.cs deleted file mode 100644 index b983d61..0000000 --- a/Fuyu.Backend.EFT/DTO/Common/Vector3.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Runtime.Serialization; - -namespace Fuyu.Backend.EFT.DTO.Common -{ - [DataContract] - public class Vector3 - { - [DataMember] - public float x; - - [DataMember] - public float y; - - [DataMember] - public float z; - } -} \ No newline at end of file diff --git a/Fuyu.Backend.EFT/DTO/Hideout/EAreaType.cs b/Fuyu.Backend.EFT/DTO/Hideout/EAreaType.cs deleted file mode 100644 index d299143..0000000 --- a/Fuyu.Backend.EFT/DTO/Hideout/EAreaType.cs +++ /dev/null @@ -1,32 +0,0 @@ -namespace Fuyu.Backend.EFT.DTO.Hideout -{ - public enum EAreaType - { - Vents = 0, - Security = 1, - WaterCloset = 2, - Stash = 3, - Generator = 4, - Heating = 5, - WaterCollector = 6, - MedStation = 7, - Kitchen = 8, - RestSpace = 9, - Workbench = 10, - IntelligenceCenter = 11, - ShootingRange = 12, - Library = 13, - ScavCase = 14, - Illumination = 15, - PlaceOfFame = 16, - AirFilteringUnit = 17, - SolarPower = 18, - BoozeGenerator = 19, - BitcoinFarm = 20, - ChristmasIllumination = 21, - EmergencyWall = 22, - Gym = 23, - WeaponStand = 24, - WeaponStandSecondary = 25 - } -} \ No newline at end of file diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/CustomizationBuyItemEvent.cs b/Fuyu.Backend.EFT/ItemEvents/Models/CustomizationBuyItemEvent.cs deleted file mode 100644 index 4c3a96a..0000000 --- a/Fuyu.Backend.EFT/ItemEvents/Models/CustomizationBuyItemEvent.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using Fuyu.Backend.BSG.ItemEvents.Models; -using System.Text; -using System.Threading.Tasks; - -namespace Fuyu.Backend.EFT.ItemEvents.Models -{ - public class CustomizationBuyItemEvent : BaseItemEvent - { - } -} diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/InsureItemEvent.cs b/Fuyu.Backend.EFT/ItemEvents/Models/InsureItemEvent.cs deleted file mode 100644 index 5044770..0000000 --- a/Fuyu.Backend.EFT/ItemEvents/Models/InsureItemEvent.cs +++ /dev/null @@ -1,8 +0,0 @@ -using Fuyu.Backend.BSG.ItemEvents.Models; - -namespace Fuyu.Backend.EFT.ItemEvents.Models -{ - public class InsureItemEvent : BaseItemEvent - { - } -} diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/InterGameTransferItemEvent.cs b/Fuyu.Backend.EFT/ItemEvents/Models/InterGameTransferItemEvent.cs deleted file mode 100644 index cff7bc0..0000000 --- a/Fuyu.Backend.EFT/ItemEvents/Models/InterGameTransferItemEvent.cs +++ /dev/null @@ -1,8 +0,0 @@ -using Fuyu.Backend.BSG.ItemEvents.Models; - -namespace Fuyu.Backend.EFT.ItemEvents.Models -{ - public class InterGameTransferItemEvent : BaseItemEvent - { - } -} diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/ReadEncyclopediaItemEvent.cs b/Fuyu.Backend.EFT/ItemEvents/Models/ReadEncyclopediaItemEvent.cs deleted file mode 100644 index 0fc40df..0000000 --- a/Fuyu.Backend.EFT/ItemEvents/Models/ReadEncyclopediaItemEvent.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Fuyu.Backend.BSG.ItemEvents.Models; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Fuyu.Backend.EFT.ItemEvents.Models -{ - public class ReadEncyclopediaItemEvent : BaseItemEvent - { - } -} diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/SellAllFromSavageItemEvent.cs b/Fuyu.Backend.EFT/ItemEvents/Models/SellAllFromSavageItemEvent.cs deleted file mode 100644 index 89026c9..0000000 --- a/Fuyu.Backend.EFT/ItemEvents/Models/SellAllFromSavageItemEvent.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Fuyu.Backend.BSG.ItemEvents.Models; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Fuyu.Backend.EFT.ItemEvents.Models -{ - public class SellAllFromSavageItemEvent : BaseItemEvent - { - } -} diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/TraderRepairItemEvent.cs b/Fuyu.Backend.EFT/ItemEvents/Models/TraderRepairItemEvent.cs deleted file mode 100644 index eb70ec4..0000000 --- a/Fuyu.Backend.EFT/ItemEvents/Models/TraderRepairItemEvent.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Fuyu.Backend.BSG.ItemEvents.Models; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Fuyu.Backend.EFT.ItemEvents.Models -{ - public class TraderRepairItemEvent : BaseItemEvent - { - } -} diff --git a/Fuyu.Backend.EFT/ItemEvents/Models/TradingConfirmItemEvent.cs b/Fuyu.Backend.EFT/ItemEvents/Models/TradingConfirmItemEvent.cs deleted file mode 100644 index c33824a..0000000 --- a/Fuyu.Backend.EFT/ItemEvents/Models/TradingConfirmItemEvent.cs +++ /dev/null @@ -1,8 +0,0 @@ -using Fuyu.Backend.BSG.ItemEvents.Models; - -namespace Fuyu.Backend.EFT.ItemEvents.Models -{ - public class TradingConfirmItemEvent : BaseItemEvent - { - } -}