From 2ebdff6c612e0dfaaf4efb1f182dad2fc454a185 Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 27 Jan 2023 12:02:19 -0800 Subject: [PATCH] MonsterBrain.cs cleanup. Removed Blizzless using comments as it clutters the dependency view. --- .../BGS-Server/AccountsSystem/Account.cs | 10 - .../AccountsSystem/AccountManager.cs | 12 - .../AccountsSystem/GameAccountManager.cs | 6 - src/DiIiS-NA/BGS-Server/Base/BNetCodec.cs | 7 - src/DiIiS-NA/BGS-Server/Base/BNetPacket.cs | 2 - .../BGS-Server/Base/ConnectHandler.cs | 15 -- .../BGS-Server/Base/HandlerController.cs | 4 - src/DiIiS-NA/BGS-Server/Base/RPCCallback.cs | 2 - .../BGS-Server/Battle/BattleBackend.cs | 12 - .../BGS-Server/Battle/PlayerManager.cs | 5 - .../BGS-Server/ChannelSystem/Channel.cs | 11 - .../ChannelSystem/ChannelInvitationManager.cs | 8 - .../ChannelSystem/ChannelManager.cs | 7 - .../BGS-Server/ChannelSystem/Member.cs | 4 - src/DiIiS-NA/BGS-Server/Config.cs | 5 - .../BGS-Server/Crypthography/SRP6a.cs | 7 - .../BGS-Server/FriendsSystem/FriendManager.cs | 10 - .../BGS-Server/FriendsSystem/UserManager.cs | 12 - .../BGS-Server/GamesSystem/GameDescriptor.cs | 11 - .../GamesSystem/GameFactoryManager.cs | 8 - src/DiIiS-NA/BGS-Server/GuildSystem/Guild.cs | 12 - .../BGS-Server/GuildSystem/GuildManager.cs | 6 - .../BGS-Server/Helpers/FieldKeyHelper.cs | 3 - .../Helpers/NotificationTypeHelper.cs | 3 - .../BGS-Server/Objects/PersistentRPCObject.cs | 1 - .../BGS-Server/Objects/PresenceField.cs | 5 - src/DiIiS-NA/BGS-Server/Objects/RPCObject.cs | 8 - .../BGS-Server/Objects/RPCObjectManager.cs | 3 - .../ServicesSystem/IServerService.cs | 4 +- .../BGS-Server/ServicesSystem/Service.cs | 6 - .../ServicesSystem/Services/AccountService.cs | 5 - .../Services/AuthenticationService.cs | 10 - .../Services/ChallengeService.cs | 8 - .../Services/ChannelInvitationService.cs | 8 - .../Services/ChannelMembershipService.cs | 4 - .../Services/ChannelOwnerService.cs | 7 - .../ServicesSystem/Services/ChannelService.cs | 13 -- .../Services/ConnectionSerivce.cs | 8 - .../ServicesSystem/Services/FriendService.cs | 13 +- .../Services/GameMasterService.cs | 4 - .../Services/GameRequestService.cs | 10 - .../Services/GameUtilitiesService.cs | 21 -- .../Services/NotificationService.cs | 9 - .../Services/PresenceService.cs | 9 - .../Services/ResourceService.cs | 8 - .../ServicesSystem/Services/SessionService.cs | 6 - .../Services/SocialNetworkService.cs | 8 - .../Services/UserManagerService.cs | 9 - .../ServicesSystem/Services/WhisperService.cs | 9 - src/DiIiS-NA/BGS-Server/Toons/Toon.cs | 13 +- .../BGS-Server/Toons/ToonHandleHelper.cs | 7 +- src/DiIiS-NA/BGS-Server/Toons/ToonManager.cs | 14 +- src/DiIiS-NA/BGS-Server/Watchdog.cs | 5 - src/DiIiS-NA/Core/Config/Config.cs | 1 - src/DiIiS-NA/Core/Config/ConfigManager.cs | 4 - .../Core/Extensions/ArrayExtensions.cs | 3 - .../Core/Extensions/BigIntegerExtensions.cs | 4 +- .../Core/Extensions/CodedOutputStream.cs | 1 - .../Core/Extensions/DateTimeExtensions.cs | 1 - .../Core/Extensions/EnumerableExtensions.cs | 4 - .../Core/Extensions/IMessageExtensions.cs | 4 - .../Core/Extensions/ListExtensions.cs | 1 - src/DiIiS-NA/Core/Extensions/Utilities.cs | 14 +- .../Core/Helpers/Hash/StringHashHelper.cs | 2 - src/DiIiS-NA/Core/Helpers/IO/FileHelpers.cs | 4 - src/DiIiS-NA/Core/Helpers/Math/FastRandom.cs | 3 - .../Core/Helpers/Math/RandomHelper.cs | 4 - src/DiIiS-NA/Core/Logging/FileTarget.cs | 4 - src/DiIiS-NA/Core/Logging/LogManager.cs | 3 - src/DiIiS-NA/Core/Logging/LogRouter.cs | 2 - src/DiIiS-NA/Core/Logging/LogTarget.cs | 1 - src/DiIiS-NA/Core/Logging/Logger.cs | 5 - src/DiIiS-NA/Core/MPQ/Asset.cs | 12 +- src/DiIiS-NA/Core/MPQ/DBAsset.cs | 7 +- src/DiIiS-NA/Core/MPQ/Data.cs | 21 +- src/DiIiS-NA/Core/MPQ/Dicts.cs | 5 - src/DiIiS-NA/Core/MPQ/FileExtensions.cs | 7 +- src/DiIiS-NA/Core/MPQ/FileFormat.cs | 7 +- src/DiIiS-NA/Core/MPQ/FileFormatAttribute.cs | 4 +- src/DiIiS-NA/Core/MPQ/FileFormats/Accolade.cs | 4 - src/DiIiS-NA/Core/MPQ/FileFormats/Act.cs | 6 - src/DiIiS-NA/Core/MPQ/FileFormats/Actor.cs | 9 - .../Core/MPQ/FileFormats/Adventure.cs | 4 - .../Core/MPQ/FileFormats/AmbientSound.cs | 4 - src/DiIiS-NA/Core/MPQ/FileFormats/Anim.cs | 6 - src/DiIiS-NA/Core/MPQ/FileFormats/AnimSet.cs | 9 - .../Core/MPQ/FileFormats/Animation2D.cs | 4 - .../Core/MPQ/FileFormats/BossEncounter.cs | 4 - .../Core/MPQ/FileFormats/Condition.cs | 4 - .../Core/MPQ/FileFormats/Conversation.cs | 6 - .../Core/MPQ/FileFormats/ConversationList.cs | 6 - .../Core/MPQ/FileFormats/EffectGroup.cs | 5 - .../Core/MPQ/FileFormats/Encounter.cs | 5 - .../Core/MPQ/FileFormats/GameBalance.cs | 11 +- src/DiIiS-NA/Core/MPQ/FileFormats/Globals.cs | 6 - .../Core/MPQ/FileFormats/LevelArea.cs | 7 - src/DiIiS-NA/Core/MPQ/FileFormats/Lore.cs | 4 - .../Core/MPQ/FileFormats/MarkerSet.cs | 8 - src/DiIiS-NA/Core/MPQ/FileFormats/Monster.cs | 8 +- src/DiIiS-NA/Core/MPQ/FileFormats/Music.cs | 5 +- src/DiIiS-NA/Core/MPQ/FileFormats/Observer.cs | 5 - src/DiIiS-NA/Core/MPQ/FileFormats/PhysMesh.cs | 5 - src/DiIiS-NA/Core/MPQ/FileFormats/Power.cs | 6 - src/DiIiS-NA/Core/MPQ/FileFormats/Quest.cs | 5 - .../Core/MPQ/FileFormats/QuestRange.cs | 5 - src/DiIiS-NA/Core/MPQ/FileFormats/Recipe.cs | 3 - src/DiIiS-NA/Core/MPQ/FileFormats/Rope.cs | 5 - src/DiIiS-NA/Core/MPQ/FileFormats/Scene.cs | 9 - .../Core/MPQ/FileFormats/SceneGroup.cs | 5 - src/DiIiS-NA/Core/MPQ/FileFormats/SkillKit.cs | 5 - .../Core/MPQ/FileFormats/TreasureClass.cs | 9 - src/DiIiS-NA/Core/MPQ/FileFormats/Tutorial.cs | 6 - .../Core/MPQ/FileFormats/Types/Common.cs | 6 - src/DiIiS-NA/Core/MPQ/FileFormats/Weather.cs | 3 - src/DiIiS-NA/Core/MPQ/FileFormats/World.cs | 11 - src/DiIiS-NA/Core/MPQ/MPQAsset.cs | 8 +- src/DiIiS-NA/Core/MPQ/MPQPatchChain.cs | 10 +- src/DiIiS-NA/Core/MPQ/MPQStorage.cs | 7 +- src/DiIiS-NA/Core/MPQ/SerializableData.cs | 10 +- .../Core/Schedulers/ScheduledEvent.cs | 7 +- .../Core/Schedulers/SpawnDensityRegen.cs | 5 +- .../AccountDataBase/Entities/DBAccount.cs | 4 +- .../Entities/DBAccountLists.cs | 3 +- .../Entities/DBAchievements.cs | 3 +- .../Entities/DBActiveSkills.cs | 3 +- .../AccountDataBase/Entities/DBBonusSets.cs | 3 +- .../AccountDataBase/Entities/DBCraft.cs | 3 +- .../AccountDataBase/Entities/DBGameAccount.cs | 3 +- .../Entities/DBGlobalParams.cs | 3 +- .../AccountDataBase/Entities/DBGuild.cs | 3 +- .../AccountDataBase/Entities/DBGuildMember.cs | 3 +- .../AccountDataBase/Entities/DBGuildNews.cs | 3 +- .../AccountDataBase/Entities/DBHireling.cs | 3 +- .../AccountDataBase/Entities/DBInventory.cs | 3 +- .../AccountDataBase/Entities/DBMail.cs | 3 +- .../Entities/DBQuestHistory.cs | 3 +- .../AccountDataBase/Entities/DBReport.cs | 3 +- .../AccountDataBase/Entities/DBToon.cs | 5 +- .../Mapper/DBAccountListsMapper.cs | 4 +- .../AccountDataBase/Mapper/DBAccountMapper.cs | 4 +- .../Mapper/DBAchievementsMapper.cs | 4 +- .../Mapper/DBActiveSkillsMapper.cs | 4 +- .../Mapper/DBBonusSetsMapper.cs | 4 +- .../AccountDataBase/Mapper/DBCraftMapper.cs | 4 +- .../Mapper/DBGameAccountMapper.cs | 4 +- .../Mapper/DBGlobalParamsMapper.cs | 4 +- .../AccountDataBase/Mapper/DBGuildMapper.cs | 4 +- .../Mapper/DBGuildMemberMapper.cs | 4 +- .../Mapper/DBGuildNewsMapper.cs | 4 +- .../Mapper/DBHirelingMapper.cs | 4 +- .../Mapper/DBInventoryMapper.cs | 4 +- .../AccountDataBase/Mapper/DBMailMapper.cs | 4 +- .../Mapper/DBQuestHistoryMapper.cs | 4 +- .../AccountDataBase/Mapper/DBReportMapper.cs | 4 +- .../AccountDataBase/Mapper/DBToonMapper.cs | 4 +- .../AccountDataBase/SessionProvider.cs | 12 +- src/DiIiS-NA/Core/Storage/DBManager.cs | 7 +- src/DiIiS-NA/Core/Storage/DBSessions.cs | 33 +-- src/DiIiS-NA/Core/Storage/GameDBSession.cs | 30 +-- .../Core/Storage/PersistenceManager.cs | 41 +--- src/DiIiS-NA/Core/Storage/PostgresDialect.cs | 4 +- src/DiIiS-NA/Core/Storage/PostgresUserType.cs | 8 +- .../Core/Storage/PostgresUserTypeNullable.cs | 8 +- .../WorldSceneBase/Entities/DRLG_Container.cs | 3 +- .../WorldSceneBase/Entities/DRLG_Tile.cs | 3 +- .../Mapper/DRLG_ContainerMapper.cs | 4 +- .../WorldSceneBase/Mapper/DRLG_TileMapper.cs | 4 +- .../Core/Storage/WorldSceneBase/Provider.cs | 12 +- src/DiIiS-NA/Core/Versions/VersionInfo.cs | 5 +- .../AchievementSystem/AchievementManager.cs | 16 +- .../ClientSystem/Base/AsyncAcceptor.cs | 6 +- .../ClientSystem/Base/Connection.cs | 14 +- .../Base/ConnectionDataEventArgs.cs | 7 +- .../ClientSystem/Base/ConnectionEventArgs.cs | 7 +- .../ClientSystem/Base/IClient.cs | 7 +- .../ClientSystem/Base/IConnection.cs | 9 +- .../ClientSystem/Base/NetworkThread.cs | 7 +- .../D3-GameServer/ClientSystem/Base/Server.cs | 9 +- .../D3-GameServer/ClientSystem/GameClient.cs | 15 +- .../D3-GameServer/ClientSystem/GameServer.cs | 10 +- .../CommandManager/AccountCommands.cs | 10 - .../CommandManager/CommandAttribute.cs | 8 +- .../CommandManager/CommandGroup.cs | 10 +- .../CommandManager/CommandManager.cs | 10 +- .../D3-GameServer/CommandManager/Config.cs | 7 +- src/DiIiS-NA/D3-GameServer/Config.cs | 7 +- .../D3-GameServer/Core/InventoryGrid.cs | 11 +- .../Core/Types/Collision/AABB.cs | 8 +- .../Core/Types/Math/PRTransform.cs | 6 +- .../Core/Types/Math/Quaternion.cs | 7 +- .../D3-GameServer/Core/Types/Math/Vector2D.cs | 7 +- .../D3-GameServer/Core/Types/Math/Vector2F.cs | 4 +- .../D3-GameServer/Core/Types/Math/Vector3D.cs | 8 +- .../D3-GameServer/Core/Types/Misc/Circle.cs | 4 +- .../Core/Types/Misc/RGBAColor.cs | 9 +- .../Core/Types/QuadTrees/QuadNode.cs | 6 +- .../Core/Types/QuadTrees/QuadTree.cs | 8 +- .../D3-GameServer/Core/Types/SNO/SNOGroup.cs | 7 +- .../D3-GameServer/Core/Types/SNO/SNOHandle.cs | 12 +- .../Core/Types/Scene/SceneCachedValues.cs | 8 +- .../Core/Types/Scene/SceneSpecification.cs | 12 +- .../Core/Types/TagMap/ActorKeys.cs | 4 +- .../Core/Types/TagMap/AnimationSetKeys.cs | 4 +- .../Core/Types/TagMap/MarkerKeys.cs | 4 +- .../Core/Types/TagMap/PowerKeys.cs | 4 +- .../D3-GameServer/Core/Types/TagMap/TagMap.cs | 12 +- .../D3-GameServer/GSSystem/AISystem/Brain.cs | 10 +- .../GSSystem/AISystem/BrainState.cs | 7 +- .../AISystem/Brains/AggressiveNPCBrain.cs | 16 +- .../GSSystem/AISystem/Brains/FollowerBrain.cs | 7 +- .../GSSystem/AISystem/Brains/HirelingBrain.cs | 20 +- .../GSSystem/AISystem/Brains/LooterBrain.cs | 23 +- .../GSSystem/AISystem/Brains/MinionBrain.cs | 20 +- .../GSSystem/AISystem/Brains/MonsterBrain.cs | 212 +++++++++--------- .../GSSystem/AISystem/Brains/NPCBrain.cs | 7 +- .../AISystem/Brains/StayAggressiveNPCBrain.cs | 18 +- .../ActorSystem/Actions/ActorAction.cs | 3 +- .../ActorSystem/Actions/PowerAction.cs | 8 +- .../GSSystem/ActorSystem/Actor.cs | 26 --- .../GSSystem/ActorSystem/ActorFactory.cs | 13 +- .../GSSystem/ActorSystem/BossPortal.cs | 20 +- .../GSSystem/ActorSystem/Environment.cs | 4 +- .../GSSystem/ActorSystem/Gizmo.cs | 9 +- .../GSSystem/ActorSystem/HandledSNO.cs | 4 +- .../Implementations/Artisans/Artisan.cs | 13 +- .../Artisans/ArtisanShortcut.cs | 6 +- .../Implementations/Artisans/Blacksmith.cs | 12 +- .../Implementations/Artisans/Jeweler.cs | 8 +- .../Implementations/Artisans/Mystic.cs | 8 +- .../Implementations/Artisans/Nephalem.cs | 9 +- .../Implementations/Artisans/ZoltunNPC.cs | 12 +- .../ActorSystem/Implementations/Boss.cs | 10 +- .../ActorSystem/Implementations/CR_Glass.cs | 7 +- .../Implementations/CathedralLamp.cs | 12 +- .../Implementations/CathedralWall.cs | 12 +- .../Implementations/ChallengeObelisk.cs | 14 +- .../ActorSystem/Implementations/Champion.cs | 8 +- .../ActorSystem/Implementations/Checkpoint.cs | 6 +- .../Implementations/CursedChest.cs | 9 +- .../Implementations/CursedShrine.cs | 9 +- .../DesctructibleLootContainer.cs | 15 +- .../ActorSystem/Implementations/Door.cs | 15 +- .../Implementations/DungeonStonePortal.cs | 12 +- .../Implementations/EquipmentManager.cs | 12 +- .../ActorSystem/Implementations/Ghost.cs | 5 +- .../ActorSystem/Implementations/Goblin.cs | 10 +- .../ActorSystem/Implementations/Headstone.cs | 5 - .../ActorSystem/Implementations/Healer.cs | 7 +- .../ActorSystem/Implementations/Healthwell.cs | 11 +- .../Implementations/HearthPortal.cs | 13 +- .../Implementations/HiddenVendor.cs | 13 +- .../Implementations/Hirelings/Enchantress.cs | 8 +- .../Implementations/Hirelings/Hireling.cs | 21 +- .../Implementations/Hirelings/Leah.cs | 12 +- .../Hirelings/MalthaelHireling.cs | 8 +- .../Implementations/Hirelings/Scoundrel.cs | 8 +- .../Implementations/Hirelings/Templar.cs | 8 +- .../ActorSystem/Implementations/InnKeeper.cs | 8 +- .../ActorSystem/Implementations/Kadala.cs | 8 +- .../Implementations/LegendaryChest.cs | 17 +- .../Implementations/LootContainer.cs | 16 +- .../Implementations/LootRunPortal.cs | 17 +- .../Implementations/Minions/AncientKorlic.cs | 4 +- .../Implementations/Minions/AncientMawdawc.cs | 4 +- .../Implementations/Minions/AncientTalic.cs | 4 +- .../Minions/AvatarsOfTheOrder.cs | 9 +- .../Minions/CompanionMinion.cs | 10 +- .../Implementations/Minions/CorpseSpider.cs | 9 +- .../Minions/CorpseSpiderQueen.cs | 10 +- .../Minions/FetishArmyHunter.cs | 10 +- .../Minions/FetishArmyMelee.cs | 8 +- .../Minions/FetishArmyShaman.cs | 10 +- .../Minions/GargantuanMinion.cs | 10 +- .../Implementations/Minions/Golems.cs | 14 +- .../Implementations/Minions/HexMinion.cs | 10 +- .../Minions/LooterPetAnniversary.cs | 10 +- .../Minions/MirrorImageMinion.cs | 10 +- .../Minions/MysticAllyMinion.cs | 10 +- .../Minions/NecromancerSkeleton_A.cs | 13 +- .../Implementations/Minions/SentryMinion.cs | 10 +- .../Implementations/Minions/SkeletalMage.cs | 12 +- .../Implementations/Minions/WallCreeper.cs | 10 +- .../Implementations/Minions/ZombieDog.cs | 10 +- .../Implementations/Monsters/Bosses.cs | 14 +- .../Implementations/Monsters/Monsters.cs | 11 +- .../Implementations/Monsters/Traps.cs | 11 +- .../Implementations/NPC/ArrowGuardian.cs | 11 +- .../Implementations/NPC/BarbarianNPC.cs | 8 +- .../Implementations/NPC/CR_Nephalem.cs | 11 +- .../ActorSystem/Implementations/NPC/Cain.cs | 9 +- .../Implementations/NPC/CapitanRumford.cs | 11 +- .../ActorSystem/Implementations/NPC/Fate.cs | 4 +- .../Implementations/NPC/GhostOnSpire.cs | 4 +- .../Implementations/NPC/HirelingNPC.cs | 11 +- .../ActorSystem/Implementations/NPC/Hope.cs | 4 +- .../ActorSystem/Implementations/NPC/Humans.cs | 5 +- .../Implementations/NPC/KKG/Barbarian_KKG.cs | 5 +- .../NPC/KKG/Barbarian_KKG_Follower_NPC.cs | 6 +- .../NPC/KKG/p2_HQ_ZoltunKulle_NPC.cs | 8 +- .../Implementations/NPC/LeahNPC.cs | 9 +- .../Implementations/NPC/LorathNahr_NPC.cs | 11 +- .../Implementations/NPC/Mystic_NoVendor.cs | 9 +- .../NPC/OldTristramEvent/Cow.cs | 5 +- .../NPC/OldTristramEvent/Farnham.cs | 5 +- .../NPC/OldTristramEvent/Griswold.cs | 5 +- .../NPC/OldTristramEvent/Ogden.cs | 5 +- .../NPC/OldTristramEvent/Pepin.cs | 5 +- .../Implementations/NPC/TownLeah.cs | 11 +- .../ActorSystem/Implementations/NPC/Tyrael.cs | 11 +- .../Implementations/NecromancerFlesh.cs | 5 +- .../Implementations/NephalemStone.cs | 8 +- .../ProximityTriggeredGizmo.cs | 13 +- .../ActorSystem/Implementations/Rare.cs | 8 +- .../ActorSystem/Implementations/RareMinion.cs | 10 +- .../ActorSystem/Implementations/Readable.cs | 14 +- .../ActorSystem/Implementations/Savepoint.cs | 7 +- .../ScriptObjects/A2BelialBomb.cs | 10 +- .../ScriptObjects/A5BogBeacon.cs | 8 +- .../ScriptObjects/A5BogMarker.cs | 9 +- .../ScriptObjects/A5ClassGhost.cs | 10 +- .../ScriptObjects/ActVBarricade.cs | 10 +- .../ScriptObjects/BelialRoom.cs | 14 +- .../ScriptObjects/BladeTrap.cs | 10 +- .../Implementations/ScriptObjects/Brawler.cs | 12 +- .../ScriptObjects/ButcherFloorPanel.cs | 12 +- .../Implementations/ScriptObjects/CainBook.cs | 14 +- .../ScriptObjects/CathSpikes.cs | 10 +- .../Implementations/ScriptObjects/CowBones.cs | 9 +- .../Implementations/ScriptObjects/CowKing.cs | 12 +- .../Implementations/ScriptObjects/Gharbad.cs | 7 +- .../Implementations/ScriptObjects/Jondar.cs | 12 +- .../Implementations/ScriptObjects/Leoric.cs | 8 +- .../ScriptObjects/PVPSafeZone.cs | 10 +- .../ScriptObjects/PVPTraining.cs | 9 +- .../ScriptObjects/RefugeeCart.cs | 12 +- .../ScriptObjects/Scoundrel.cs | 10 +- .../ScriptObjects/SwordOfLeoric.cs | 15 +- .../ScriptObjects/WhimsyshirePortal.cs | 7 +- .../X1_Westm_Door_Giant_Event.cs | 8 +- .../ScriptObjects/actIIIBridgeLever.cs | 11 +- .../ScriptObjects/actIIICatapult.cs | 13 +- .../ScriptObjects/actIITombLever.cs | 12 +- .../ScriptObjects/actIVPortal.cs | 11 +- .../ScriptObjects/actVFortressPortal.cs | 17 +- .../ScriptObjects/caOut_Cage.cs | 8 +- .../ScriptObjects/trDun_Crypt_2floor.cs | 6 +- .../ActorSystem/Implementations/SetDungeon.cs | 7 +- .../ActorSystem/Implementations/Shrine.cs | 11 +- .../Spawners/KingGhost_Spawner.cs | 10 +- .../x1_Skeleton_Westmarch_CorpseSpawn.cs | 11 +- .../Implementations/StartingPoint.cs | 5 +- .../ActorSystem/Implementations/Stash.cs | 13 +- .../Traps/FrostTrapSwingingBlade.cs | 12 +- .../ActorSystem/Implementations/Unique.cs | 10 +- .../ActorSystem/Implementations/Vendor.cs | 16 +- .../ActorSystem/Implementations/Wardrobe.cs | 11 +- .../ActorSystem/Implementations/Waypoint.cs | 22 +- .../ActorSystem/Implementations/XPPool.cs | 10 +- .../ActorSystem/Interactions/Interactions.cs | 11 +- .../GSSystem/ActorSystem/InteractiveNPC.cs | 26 +-- .../GSSystem/ActorSystem/Living.cs | 16 +- .../GSSystem/ActorSystem/Minion.cs | 20 +- .../GSSystem/ActorSystem/Monster.cs | 16 -- .../ActorSystem/Movement/MoveToPointAction.cs | 5 +- .../Movement/MoveToPointWithPathfindAction.cs | 10 +- .../MoveToTargetWithPathfindAction.cs | 11 +- .../ActorSystem/Movement/MovementHelpers.cs | 7 +- .../D3-GameServer/GSSystem/ActorSystem/NPC.cs | 5 +- .../GSSystem/ActorSystem/Portal.cs | 24 +- .../GSSystem/ActorSystem/ServerProp.cs | 7 +- .../GSSystem/ActorSystem/Spawner.cs | 10 +- .../GSSystem/ActorSystem/StaticItem.cs | 12 +- .../GSSystem/GameSystem/GSBackend.cs | 9 +- .../D3-GameServer/GSSystem/GameSystem/Game.cs | 36 +-- .../GSSystem/GameSystem/GameManager.cs | 14 +- .../GSSystem/GameSystem/GameUpdateManager.cs | 7 +- .../GSSystem/GameSystem/GameUpdateThread.cs | 10 +- .../GSSystem/GameSystem/QuestManager.cs | 18 +- .../GSSystem/GeneratorsSystem/DRLGTemplate.cs | 5 +- .../GSSystem/GeneratorsSystem/LoreRegistry.cs | 7 +- .../GeneratorsSystem/MonsterAffixGenerator.cs | 17 +- .../GeneratorsSystem/SpawnGenerator.cs | 8 +- .../GeneratorsSystem/WorldGenerator.cs | 27 +-- .../GSSystem/ItemsSystem/Affix.cs | 12 +- .../GSSystem/ItemsSystem/AffixGenerator.cs | 13 +- .../GSSystem/ItemsSystem/FormulaScript.cs | 10 +- .../GSSystem/ItemsSystem/HandledItem.cs | 7 +- .../GSSystem/ItemsSystem/HandledType.cs | 7 +- .../ItemsSystem/Implementations/Book.cs | 5 +- .../ItemsSystem/Implementations/Dye.cs | 7 +- .../ItemsSystem/Implementations/SpellRune.cs | 7 +- .../GSSystem/ItemsSystem/Item.cs | 22 +- .../ItemCreation/AttributeCreatorFactory.cs | 8 +- .../ItemCreation/DefaultAttributeCreator.cs | 10 +- .../ItemCreation/IItemAttributeCreator.cs | 7 +- .../ItemCreation/PotionAttributeCreator.cs | 4 +- .../ItemCreation/WeaponAttributeCreator.cs | 4 +- .../GSSystem/ItemsSystem/ItemGenerator.cs | 23 +- .../GSSystem/ItemsSystem/ItemGroup.cs | 13 +- .../GSSystem/ItemsSystem/LootManager.cs | 4 +- .../GSSystem/ItemsSystem/UniqueItems.cs | 18 +- .../D3-GameServer/GSSystem/MapSystem/Scene.cs | 26 +-- .../D3-GameServer/GSSystem/MapSystem/World.cs | 27 +-- .../GSSystem/ObjectsSystem/DynamicObject.cs | 8 +- .../ObjectsSystem/GameAttributeMap.cs | 16 +- .../GSSystem/ObjectsSystem/IRevealable.cs | 8 +- .../GSSystem/ObjectsSystem/IUpdateable.cs | 7 +- .../GSSystem/ObjectsSystem/WorldObject.cs | 12 +- .../GSSystem/PlayerSystem/Equipment.cs | 12 +- .../GSSystem/PlayerSystem/ExpBonusData.cs | 9 +- .../GSSystem/PlayerSystem/Inventory.cs | 28 +-- .../GSSystem/PowerSystem/ActionTimedSkill.cs | 7 +- .../GSSystem/PowerSystem/ActorMover.cs | 11 +- .../GSSystem/PowerSystem/BaseBuffs.cs | 10 +- .../GSSystem/PowerSystem/BuffManager.cs | 8 +- .../GSSystem/PowerSystem/ChanneledSkill.cs | 8 +- .../GSSystem/PowerSystem/ComboSkill.cs | 8 +- .../GSSystem/PowerSystem/DamageType.cs | 8 +- .../GSSystem/PowerSystem/EffectActor.cs | 12 +- .../General/ActorGhostedBuff.cs | 16 +- .../Implementations/General/CooldownBuff.cs | 11 +- .../General/DrinkHealthPotion.cs | 3 +- .../Implementations/General/DropBanner.cs | 10 +- .../Implementations/General/KnockbackBuff.cs | 11 +- .../Implementations/General/LeahBoom.cs | 5 +- .../Implementations/General/LevelUp.cs | 10 +- .../Implementations/General/Melee.cs | 8 +- .../General/NephalemValorBuff.cs | 8 +- .../Implementations/General/ShrineBuff.cs | 9 +- .../Implementations/General/StatusDebuff.cs | 16 +- .../Implementations/General/SummonedBuff.cs | 3 +- .../Implementations/General/TownTeleport.cs | 13 +- .../Implementations/General/Traps.cs | 13 +- .../Implementations/HeroSkills/Barbarian.cs | 12 - .../Implementations/HeroSkills/Crusader.cs | 18 +- .../Implementations/HeroSkills/DemonHunter.cs | 20 +- .../Implementations/HeroSkills/Monk.cs | 20 +- .../Implementations/HeroSkills/Necromancer.cs | 20 +- .../HeroSkills/PassiveBuffs.cs | 14 +- .../Implementations/HeroSkills/WitchDoctor.cs | 18 +- .../Implementations/HeroSkills/Wizard.cs | 20 +- .../MonsterSkills/BossSkills.cs | 10 +- .../MonsterSkills/MinionSkills.cs | 12 +- .../MonsterSkills/MonsterAffixSkill.cs | 11 +- .../MonsterSkills/SingleProjectileSkill.cs | 13 +- .../MonsterSkills/SummoningSkill.cs | 13 +- .../PowerSystem/ImplementsPowerBuff.cs | 7 +- .../PowerSystem/ImplementsPowerSNO.cs | 7 +- .../PowerSystem/Payloads/AttackPayload.cs | 12 +- .../PowerSystem/Payloads/HitPayload.cs | 21 +- .../GSSystem/PowerSystem/Payloads/Payload.cs | 1 - .../GSSystem/PowerSystem/PowerContext.cs | 23 +- .../GSSystem/PowerSystem/PowerLoader.cs | 9 +- .../GSSystem/PowerSystem/PowerManager.cs | 18 +- .../GSSystem/PowerSystem/PowerMath.cs | 6 +- .../GSSystem/PowerSystem/PowerScript.cs | 11 +- .../GSSystem/PowerSystem/PowerTagHelper.cs | 11 +- .../GSSystem/PowerSystem/Projectile.cs | 15 +- .../PowerSystem/ScriptFormulaEvaluator.cs | 15 +- .../GSSystem/PowerSystem/Skill.cs | 10 +- .../GSSystem/PowerSystem/TargetList.cs | 6 +- .../GSSystem/QuestSystem/ActI.cs | 21 +- .../GSSystem/QuestSystem/ActII.cs | 22 +- .../GSSystem/QuestSystem/ActIII.cs | 18 +- .../GSSystem/QuestSystem/ActIV.cs | 15 +- .../GSSystem/QuestSystem/ActV.cs | 16 +- .../GSSystem/QuestSystem/Events.cs | 12 +- .../GSSystem/QuestSystem/OpenWorld.cs | 14 +- .../QuestEvents/AskBossEncounter.cs | 3 +- .../QuestEvents/CompleteObjective.cs | 7 +- .../GSSystem/QuestSystem/QuestEvents/Dummy.cs | 8 +- .../QuestSystem/QuestEvents/EndCutScene.cs | 4 +- .../Act I/AttackTownBoominHome.cs | 9 +- .../Implementations/Act I/AttackTownKilled.cs | 9 +- .../Implementations/Act I/CellarZombies.cs | 17 +- .../Implementations/Act I/CryptPortals.cs | 18 +- .../Implementations/Act I/DrownedTemple.cs | 12 +- .../Implementations/Act I/EndSceneinHome.cs | 10 +- .../Implementations/Act I/JondarDeath.cs | 20 +- .../Implementations/Act I/LeahInn.cs | 8 +- .../Implementations/Act I/SecondWave.cs | 17 +- .../Implementations/Act I/SpawnMiraImon.cs | 19 +- .../Implementations/Act I/SpawnSkeletons.cs | 19 +- .../Implementations/Act I/SpawnSouls.cs | 15 +- .../Implementations/Act I/StartSceneinHome.cs | 10 +- .../Implementations/Act I/SurviveTheWaves.cs | 17 +- .../Implementations/Act II/BelialStageOne.cs | 8 +- .../Act II/BelialStageThree.cs | 6 +- .../Implementations/Act II/BelialStageTwo.cs | 4 +- .../Implementations/Act II/KhasimHQ.cs | 6 +- .../Implementations/Act II/RefugeesRescue.cs | 4 +- .../Implementations/Act II/SpawnCultists.cs | 3 +- .../Implementations/Act II/SpawnSnakemans.cs | 4 +- .../Implementations/Act III/FirstCatapult.cs | 8 +- .../Implementations/Act III/LastCatapult.cs | 8 +- .../Implementations/Act III/SecondCatapult.cs | 8 +- .../Implementations/Act III/SpawnShadows.cs | 7 +- .../Act III/Transformation/Line1.cs | 7 +- .../Act III/Transformation/Line10.cs | 4 +- .../Act III/Transformation/Line11.cs | 4 +- .../Act III/Transformation/Line12.cs | 4 +- .../Act III/Transformation/Line13.cs | 7 +- .../Act III/Transformation/Line2.cs | 4 +- .../Act III/Transformation/Line3.cs | 4 +- .../Act III/Transformation/Line6.cs | 4 +- .../Act III/Transformation/Line7.cs | 4 +- .../Act III/Transformation/Line8.cs | 4 +- .../Act III/Transformation/Ritual.cs | 5 +- .../Implementations/Act IV/ImperiumScene.cs | 11 +- .../Implementations/Act V/Ram/Babah.cs | 3 +- .../Implementations/Act V/Ram/FirstWaveRam.cs | 6 +- .../Act V/Ram/SecondWaveRam.cs | 5 +- .../Implementations/Act V/Ram/ThirdWaveRam.cs | 5 +- .../Act V/TheFallofWestmarch/AfterKillBoss.cs | 3 +- .../TheFallofWestmarch/AfterKillMonsters.cs | 3 +- .../QuestSystem/QuestEvents/Invasion.cs | 9 +- .../QuestEvents/LaunchConversation.cs | 7 +- .../LaunchConversationWithCutScene.cs | 7 +- .../QuestSystem/QuestEvents/SideAbandon.cs | 7 +- .../QuestSystem/QuestEvents/SideAdvance.cs | 7 +- .../QuestSystem/QuestEvents/SideTarget.cs | 7 +- .../QuestSystem/QuestEvents/StartSideQuest.cs | 8 +- .../QuestSystem/QuestEvents/WavedInvasion.cs | 8 +- .../GSSystem/QuestSystem/QuestProgress.cs | 16 +- .../GSSystem/SkillsSystem/SkillSet.cs | 10 +- .../GSSystem/SkillsSystem/Skills.cs | 7 +- .../GSSystem/TickerSystem/SteppedTickTimer.cs | 4 +- .../GSSystem/TickerSystem/TickTimer.cs | 5 +- .../MessageSystem/GameAttirbute.List.cs | 7 +- .../MessageSystem/GameAttribute.cs | 6 +- .../MessageSystem/GameBitBuffer.cs | 8 +- .../MessageSystem/GameMessage.cs | 9 +- .../MessageSystem/IMessageConsumer.cs | 3 +- .../MessageSystem/ISelfHandler.cs | 3 +- .../Definitions/ACD/ACDChangeActorMessage.cs | 7 +- .../ACD/ACDChangeGBHandleMessage.cs | 8 +- .../ACD/ACDClientTranslateMessage.cs | 8 +- .../Definitions/ACD/ACDCollFlagsMessage.cs | 7 +- .../Definitions/ACD/ACDCreateActorMessage.cs | 7 +- .../Definitions/ACD/ACDDestroyActorMessage.cs | 7 +- .../Definitions/ACD/ACDEnterKnownMessage.cs | 8 +- .../Definitions/ACD/ACDGroupMessage.cs | 7 +- .../ACD/ACDInventoryPositionMessage.cs | 8 +- .../ACD/ACDInventoryUpdateActorSNO.cs | 7 +- .../Definitions/ACD/ACDLookAtMessage.cs | 7 +- .../Definitions/ACD/ACDPickupFailedMessage.cs | 7 +- .../Definitions/ACD/ACDShearMessage.cs | 7 +- .../Definitions/ACD/ACDTranslateAckMessage.cs | 7 +- .../Definitions/ACD/ACDTranslateArcMessage.cs | 8 +- .../ACD/ACDTranslateDetPathMessage.cs | 8 +- .../ACD/ACDTranslateDetPathPieWedgeMessage.cs | 9 +- .../ACD/ACDTranslateDetPathSinMessage.cs | 9 +- .../ACD/ACDTranslateDetPathSpiralMessage.cs | 9 +- .../ACD/ACDTranslateFacingMessage.cs | 7 +- .../ACD/ACDTranslateFixedMessage.cs | 8 +- .../ACD/ACDTranslateFixedUpdateMessage.cs | 8 +- .../ACD/ACDTranslateNormalMessage.cs | 8 +- .../ACD/ACDTranslateSnappedMessage.cs | 6 - .../ACD/ACDTranslateStoppedMessage.cs | 8 +- .../ACD/ACDTranslateSyncMessage.cs | 8 +- .../ACD/ACDWorldPositionMessage.cs | 8 +- .../Definitions/ACD/PreloadACDDataMessage.cs | 7 +- .../Act/ActTransitionEndedMessage.cs | 7 +- .../Definitions/Act/ActTransitionMessage.cs | 7 +- .../Act/ActTransitionStartedMessage.cs | 7 +- .../Actor/ActorLookOverrideChangedMessage.cs | 7 +- .../Actor/DebugActorTooltipMessage.cs | 7 +- .../Actor/PrefetchActorDataMessage.cs | 7 +- .../Animation/LoopingAnimationPowerMessage.cs | 7 +- .../Animation/PlayAnimationMessage.cs | 8 +- .../SecondaryAnimationPowerMessage.cs | 8 +- .../Animation/SetIdleAnimationMessage.cs | 7 +- .../Artisan/ArtisanWindowClosedMessage.cs | 7 +- .../Artisan/CraftInteractionMessage.cs | 7 +- .../Definitions/Artisan/CraftItemsMessage.cs | 7 +- .../Artisan/CrafterLevelUpMessage.cs | 7 +- .../Artisan/CraftingResultsMessage.cs | 7 +- .../Artisan/DungeonFinderClosingMessage.cs | 7 +- .../Definitions/Artisan/DyeItemMessage.cs | 7 +- .../Artisan/EnchantAffixChooseMessage.cs | 8 +- .../Artisan/EnchantAffixMessage.cs | 7 +- .../Artisan/JewelUpgradeMessage.cs | 3 +- .../Artisan/JewelUpgradeResultsMessage.cs | 7 +- .../Artisan/RequestTrainArtisanMessage.cs | 7 +- .../Artisan/SalvageResultsMessage.cs | 7 +- .../Artisan/TransmogItemMessage.cs | 7 +- .../Artisan/TransmuteItemsMessage.cs | 7 +- .../Artisan/TransmuteResultsMessage.cs | 7 +- .../Artisan/TrySalvageAllMessage.cs | 7 +- .../Definitions/Artisan/TrySalvageMessage.cs | 7 +- .../Artisan/TryTransmogItemMessage.cs | 7 +- .../Attribute/AttributeSetValueMessage.cs | 8 +- .../Attribute/AttributesSetValuesMessage.cs | 8 +- .../Audio/PlayErrorSoundMessage.cs | 7 +- .../Definitions/Base/ANNDataMessage.cs | 3 +- .../Definitions/Base/BoolDataMessage.cs | 7 +- .../Definitions/Base/CalloutMessage.cs | 7 +- .../Definitions/Base/DWordDataMessage.cs | 8 +- .../Definitions/Base/DataIDDataMessage.cs | 7 +- .../Definitions/Base/FloatDataMessage.cs | 7 +- .../Definitions/Base/FloatingAmountMessage.cs | 8 +- .../Base/FloatingGBIDAmountMessage.cs | 8 +- .../Definitions/Base/FloatingNumberMessage.cs | 7 +- .../Definitions/Base/GBIDDataMessage.cs | 7 +- .../Definitions/Base/GenericBlobMessage.cs | 7 +- .../Definitions/Base/IntDataMessage.cs | 7 +- .../Base/PlayerDWordDataMessage.cs | 8 +- .../Definitions/Base/SNODataMessage.cs | 7 +- .../Definitions/Base/SNONameDataMessage.cs | 8 +- .../Message/Definitions/Base/SimpleMessage.cs | 7 +- .../Camera/ActivateCameraCutsceneMode.cs | 7 +- .../Definitions/Camera/BossZoomMessage.cs | 7 +- .../Definitions/Camera/CameraFocusMessage.cs | 7 +- .../Definitions/Camera/CameraYawMessage.cs | 7 +- .../Definitions/Camera/CameraZoomMessage.cs | 7 +- .../Camera/DeActivateCameraCutsceneMode.cs | 7 +- .../Message/Definitions/Chat/ChatMessage.cs | 7 +- .../Definitions/Chat/TryChatMessage.cs | 7 +- .../Definitions/Combat/AimTargetMessage.cs | 8 +- .../Combat/CombatEngagementMessage.cs | 7 +- .../Combat/CurrencyCounterUpdateMessage.cs | 7 +- .../Combat/DeathFadeTimeMessage.cs | 7 +- .../Definitions/Combat/DuelResultMessage.cs | 7 +- .../Definitions/Combat/KillCountMessage.cs | 7 +- .../Combat/KillCounterUpdateMessage.cs | 7 +- .../Combat/LowHealthCombatMessage.cs | 7 +- .../Definitions/Combat/VictimMessage.cs | 7 +- .../ConnectionEstablishedMessage.cs | 7 +- .../Definitions/Connection/LogoutComplete.cs | 10 +- .../Connection/LogoutContextMessage.cs | 8 +- .../Connection/LogoutTickTimeMessage.cs | 7 +- .../Definitions/Connection/PingMessage.cs | 8 +- .../Console/BlizzconEndScreenMessage.cs | 7 +- .../Console/ConsoleCounterIncrementMessage.cs | 7 +- .../Console/ServerNotificationDataMessage.cs | 7 +- .../Definitions/Console/TryConsoleCommand.cs | 8 +- .../Conversation/AdvanceConvMessage.cs | 7 +- .../Conversation/EndConversationMessage.cs | 7 +- .../Conversation/PlayConvLineMessage.cs | 8 +- .../RequestCloseConversationWindowMessage.cs | 7 +- .../Conversation/StopConvLineMessage.cs | 7 +- .../UpdateConvAutoAdvanceMessage.cs | 7 +- .../Definitions/Craft/CraftItemsMessage.cs | 7 +- .../Craft/CrafterLevelUpMessage.cs | 7 +- .../Craft/CraftingResultsMessage.cs | 7 +- .../Definitions/Craft/TransmogItemMessage.cs | 7 +- .../Drawing/DebugDrawMovementTypeMessage.cs | 9 +- .../Drawing/DebugDrawPrimMessage.cs | 9 +- .../DungeonFinderCompletionTimeMessage.cs | 7 +- .../Dungeon/SetDungeonDialogMessage.cs | 7 +- .../Dungeon/SetDungeonResultsMessage.cs | 7 +- .../Effect/ComplexEffectAddMessage.cs | 7 +- .../Effect/EffectGroupACDToACDMessage.cs | 7 +- .../Definitions/Effect/PlayEffectMessage.cs | 7 +- .../Effect/PlayHitEffectMessage.cs | 7 +- .../Effect/PlayHitEffectOverrideMessage.cs | 7 +- .../Encounter/BossEncounterAcceptMessage.cs | 8 +- .../Encounter/BossEncounterMessage.cs | 7 +- .../Encounter/EncounterInviteStateMessage.cs | 7 +- .../Definitions/Encounter/RiftJoinMessage.cs | 7 +- .../Definitions/Game/GameSetupMessage.cs | 7 +- .../Definitions/Game/GameSetupMessageAck.cs | 9 +- .../Definitions/Game/GameSyncedDataMessage.cs | 8 +- .../GameTestingSkillSamplingStartMessage.cs | 7 +- .../GameTestingWorldSamplingStartMessage.cs | 7 +- .../Definitions/Game/JoinBNetGameMessage.cs | 8 +- .../Game/JoinConsoleGameMessage.cs | 5 - .../Definitions/Game/JoinLANGameMessage.cs | 7 +- .../Definitions/Game/LowGameDifficulty.cs | 7 +- .../Game/OpenGameToPublicMessage.cs | 7 +- .../Definitions/Game/PauseGameMessage.cs | 7 +- .../Definitions/Game/QuitGameMessage.cs | 7 +- .../Definitions/Game/RaiseGameDifficulty.cs | 7 +- .../Game/RequestJoinBNetGameMessage.cs | 8 +- .../Definitions/Game/VersionsMessage.cs | 7 +- .../Definitions/Hero/HeroStateMessage.cs | 9 +- .../Hireling/HirelingHireMessage.cs | 7 +- .../Hireling/HirelingInfoUpdateMessage.cs | 7 +- .../Hireling/HirelingInventoryMessage.cs | 7 +- .../Hireling/HirelingNewUnlocked.cs | 7 +- .../Hireling/HirelingNoSwapMessage.cs | 7 +- .../HirelingRequestLearnSkillMessage.cs | 7 +- .../Hireling/HirelingRetrainMessage.cs | 7 +- .../Hireling/HirelingSwapAgreeMessage.cs | 7 +- .../Hireling/HirelingSwapMessage.cs | 7 +- .../Inventory/ChangeUsableItemMessage.cs | 7 +- .../Inventory/GemNotificationMessage.cs | 7 +- .../Inventory/GoldTransferMessage.cs | 7 +- .../Inventory/InventoryDropItemMessage.cs | 7 +- .../Inventory/InventoryGemsExtractMessage.cs | 7 +- .../Inventory/InventoryIdentifyItemMessage.cs | 7 +- .../Inventory/InventoryRepairAllMessage.cs | 7 +- .../InventoryRepairEquippedMessage.cs | 7 +- .../Inventory/InventoryRequestMoveMessage.cs | 8 +- .../InventoryRequestQuickMoveMessage.cs | 7 +- .../InventoryRequestSocketMessage.cs | 7 +- .../Inventory/InventoryRequestUseMessage.cs | 8 +- .../Inventory/InventorySplitStackMessage.cs | 8 +- .../InventoryStackTransferMessage.cs | 7 +- .../Inventory/ItemJunkFlagChangedMessage.cs | 7 +- .../RequestBuySharedStashSlotsMessage.cs | 7 +- .../Inventory/StackPortionMessage.cs | 7 +- .../Inventory/SwitchCosmeticMessage.cs | 7 +- .../Inventory/UnlockTransmogMessage.cs | 3 +- .../Inventory/UnlockableRandomAffixMessage.cs | 7 +- .../Inventory/VisualInventoryMessage.cs | 8 +- .../Definitions/Mail/MailOperandMessage.cs | 7 +- .../Definitions/Mail/MailSendMessage.cs | 7 +- .../Mail/MailSentResponseMessage.cs | 7 +- .../Definitions/Map/MapMarkerInfoMessage.cs | 8 +- .../Definitions/Map/MapRevealSceneMessage.cs | 8 +- .../Misc/AchievementProgressXboxOneMessage.cs | 7 +- .../Message/Definitions/Misc/AffixMessage.cs | 7 +- .../Misc/CurrencyModifiedMessage.cs | 7 +- .../Definitions/Misc/FirstOfTheDayMessage.cs | 7 +- .../Message/Definitions/Misc/FlippyMessage.cs | 8 +- .../Definitions/Misc/HandicapMessage.cs | 7 +- .../Definitions/Misc/HelperDetachMessage.cs | 7 +- .../Definitions/Misc/InterstitialMessage.cs | 7 +- .../Misc/LootRunAppearedMessage.cs | 7 +- .../Definitions/Misc/MailDigestMessage.cs | 8 +- .../Definitions/Misc/MailReadMessage.cs | 7 +- .../Definitions/Misc/MailRetrieveMessage.cs | 7 +- .../Message/Definitions/Misc/Message.cs | 7 +- .../Definitions/Misc/PlayCutsceneMessage.cs | 7 +- .../Definitions/Misc/PlayMusicMessage.cs | 7 +- .../Misc/PlayNonPositionalSoundMessage.cs | 7 +- .../Definitions/Misc/PrefetchDataMessage.cs | 8 +- .../Misc/ProjectileStickMessage.cs | 8 +- .../Definitions/Misc/RareItemNameMessage.cs | 8 +- .../Misc/RareMonsterNamesMessage.cs | 7 +- .../Definitions/Misc/RemoveRagdollMessage.cs | 7 +- .../Misc/RopeEffectMessageACDToACD.cs | 7 +- .../Misc/RopeEffectMessageACDToPlace.cs | 8 +- .../Definitions/Misc/SavePointDataMessage.cs | 8 +- .../Definitions/Misc/SavePointInfoMessage.cs | 7 +- .../Message/Definitions/Misc/SaviorMessage.cs | 7 +- .../Definitions/Misc/StashIconStateMessage.cs | 7 +- .../Misc/TimedEventStartedMessage.cs | 8 +- .../Definitions/Misc/TrickleMessage.cs | 8 +- .../Definitions/Misc/TutorialMessage.cs | 3 +- .../Definitions/Misc/VoteKickMessage.cs | 7 +- .../NPC/NPCInteractOptionsMessage.cs | 8 +- .../NPC/NPCSelectConversationMessage.cs | 3 +- .../Definitions/NPC/OpenTradeWindowMessage.cs | 7 +- .../PVP/PVPTokenRedemptionMessage.cs | 7 +- .../Message/Definitions/Pet/PetAwayMessage.cs | 7 +- .../Definitions/Pet/PetDetachMessage.cs | 7 +- .../Message/Definitions/Pet/PetMessage.cs | 7 +- .../PlatinumAchievementAwardedMessage.cs | 7 +- .../Platinum/PlatinumAwardedMessage.cs | 7 +- .../Player/AcceptConfirmMessage.cs | 7 +- .../Definitions/Player/ConfirmMessage.cs | 7 +- .../Definitions/Player/DeathPlayerMesage.cs | 7 +- .../Definitions/Player/LoadCompleteMessage.cs | 4 +- .../Definitions/Player/LoadingWarping.cs | 8 +- .../Definitions/Player/NewPlayerMessage.cs | 9 +- .../Definitions/Player/ParagonLevel.cs | 9 +- .../Player/PlayerActorSetInitialMessage.cs | 7 +- .../Definitions/Player/PlayerBannerMessage.cs | 4 +- .../PlayerClearClientWalkPowerMessage.cs | 7 +- .../Player/PlayerDeSyncSnapMessage.cs | 8 +- .../Player/PlayerEnterKnownMessage.cs | 7 +- .../Definitions/Player/PlayerIndexMessage.cs | 7 +- .../Definitions/Player/PlayerIntValMessage.cs | 7 +- .../Player/PlayerKickTimerMessage.cs | 7 +- .../Message/Definitions/Player/PlayerLevel.cs | 7 +- .../Player/PlayerLoadoutDataMessage.cs | 8 +- .../PlayerLoadoutEquipResultsMessage.cs | 7 +- .../PlayerLoadoutEquipmentUpdateMessage.cs | 8 +- .../Player/PlayerLoadoutSaveMessage.cs | 7 +- .../Player/PlayerLoadoutSetSlotMessage.cs | 7 +- .../Player/PlayerLoadoutTabIconMessage.cs | 7 +- .../Player/PlayerQuestHistoryUpdateMessage.cs | 8 +- .../Definitions/Player/PlayerQuestMessage.cs | 7 +- .../PlayerQuestRewardHistoryUpdateMessage.cs | 8 +- .../PlayerSavedConversationsUpdateMessage.cs | 8 +- .../Player/PlayerSavedDataMessage.cs | 8 +- .../Player/PlayerSavedQuestUpdateMessage.cs | 8 +- .../Player/PlayerSetCameraDefaultsMessage.cs | 7 +- .../Player/PlayerSetCameraObserverMessage.cs | 8 +- .../Player/PlayerSetCameraOrbitMessage.cs | 8 +- .../Definitions/Player/PlayerSkillsMessage.cs | 8 +- .../Player/PlayerTranslateFacingMessage.cs | 7 +- .../Definitions/Player/PlayerWarpedMessage.cs | 7 +- .../Player/RequestBuffCancelMessage.cs | 7 +- .../Player/RessurectionPlayerMessage.cs | 7 +- .../Player/TutorialShownMessage.cs | 8 +- .../Definitions/Player/UpDateBannerMessage.cs | 7 +- .../Portal/HearthPortalInfoMessage.cs | 7 +- .../Definitions/Portal/OpenNephalemPortal.cs | 7 +- .../Portal/PortalSpecifierMessage.cs | 8 +- .../Portal/PortedToPlayerMessage.cs | 7 +- .../Portal/ReturnPointInfoMessage.cs | 7 +- .../Quest/DynamicQuestObjectiveMessage.cs | 8 +- .../Quest/HoradricQuestCursedRealmResults.cs | 7 +- .../Message/Definitions/Quest/LoreMessage.cs | 7 +- .../Definitions/Quest/QuestCounterMessage.cs | 7 +- .../Definitions/Quest/QuestFlagsMessage.cs | 7 +- .../Definitions/Quest/QuestMeterMessage.cs | 7 +- .../Quest/QuestStepCompleteMessage.cs | 8 +- .../Definitions/Quest/QuestUpdateMessage.cs | 7 +- .../Definitions/Scene/DestroySceneMessage.cs | 7 +- .../Scene/PreloadSceneDataMessage.cs | 7 +- .../Definitions/Scene/RevealSceneMessage.cs | 9 +- .../Definitions/Scene/SwapSceneMessage.cs | 7 +- .../Skill/AssignLegendaryPowerMessage.cs | 7 +- .../Definitions/Skill/AssignSkillMessage.cs | 7 +- .../Definitions/Skill/AssignTraitsMessage.cs | 7 +- .../Skill/CancelChanneledSkillMessage.cs | 7 +- .../Skill/SpendParagonPointsMessage.cs | 7 +- .../Definitions/Skill/SwapSkillsMessage.cs | 7 +- .../Definitions/Skill/UnassignSkillMessage.cs | 7 +- .../Definitions/Team/RevealTeamMessage.cs | 7 +- .../Definitions/Text/BroadcastTextMessage.cs | 7 +- .../Text/DisplayGameTextMessage.cs | 7 +- .../Definitions/Tick/EndOfTickMessage.cs | 7 +- .../Definitions/Tick/GameTickMessage.cs | 7 +- .../Trade/RequestBuyItemMessage.cs | 7 +- .../Trade/RequestSellItemMessage.cs | 7 +- .../Message/Definitions/Trade/TradeMessage.cs | 7 +- .../Definitions/UI/UIElementMessage.cs | 7 +- .../LastWaypointLevelAreaDataMessage.cs | 7 +- .../Waypoint/PortedToWaypointMessage.cs | 7 +- .../Waypoint/TryWaypointMessage.cs | 7 +- .../Waypoint/WaypointActivatedMessage.cs | 7 +- .../Definitions/World/EnterWorldMessage.cs | 9 +- .../World/OpenWorldModeChangeMessage.cs | 7 +- .../Definitions/World/RevealWorldMessage.cs | 7 +- .../Definitions/World/TargetMessage.cs | 8 +- .../Definitions/World/WorldDeletedMessage.cs | 7 +- .../Definitions/World/WorldStatusMessage.cs | 7 +- .../World/WorldSyncedDataMessage.cs | 8 +- .../Message/Fields/ActiveEvent.cs | 7 +- .../Message/Fields/ActiveSkillSavedData.cs | 7 +- .../Message/Fields/AnimPreplayData.cs | 7 +- .../Message/Fields/DPathPieData.cs | 8 +- .../Message/Fields/DPathSinData.cs | 7 +- .../Message/Fields/EnchantAffixChoice.cs | 3 +- .../Message/Fields/EnterKnownLookOverrides.cs | 7 +- .../MessageSystem/Message/Fields/EntityId.cs | 7 +- .../MessageSystem/Message/Fields/GBHandle.cs | 7 +- .../Message/Fields/GameAccountHandle.cs | 7 +- .../MessageSystem/Message/Fields/GameId.cs | 7 +- .../Message/Fields/GameSyncedData.cs | 7 +- .../Message/Fields/HeroStateData.cs | 7 +- .../Message/Fields/HirelingInfo.cs | 7 +- .../Message/Fields/HirelingSavedData.cs | 7 +- .../Message/Fields/HotbarButtonData.cs | 7 +- .../MessageSystem/Message/Fields/InvLoc.cs | 7 +- .../Fields/InventoryLocationMessageData.cs | 8 +- .../Message/Fields/LearnedLore.cs | 7 +- .../Message/Fields/LoadoutItemData.cs | 7 +- .../Message/Fields/LoadoutPotionData.cs | 7 +- .../Message/Fields/LoadoutSkillData.cs | 7 +- .../Message/Fields/NPCInteraction.cs | 7 +- .../Message/Fields/NetAttributeKeyValue.cs | 7 +- .../Fields/PlayAnimationMessageSpec.cs | 7 +- .../Message/Fields/PlayLineParams.cs | 9 +- .../Message/Fields/PlayerQuestHistoryEntry.cs | 7 +- .../Fields/PlayerQuestRewardHistoryEntry.cs | 7 +- .../Message/Fields/PlayerSavedData.cs | 7 +- .../Message/Fields/PlayerSavedQuest.cs | 7 +- .../Message/Fields/RareItemName.cs | 7 +- .../Fields/ResolvedPortalDestination.cs | 7 +- .../Message/Fields/SavePointData.cs | 7 +- .../Message/Fields/SavedConversations.cs | 7 +- .../Message/Fields/SkillKeyMapping.cs | 7 +- .../Fields/UnlockableRandomAffixProperties.cs | 7 +- .../Message/Fields/VisualCosmeticItem.cs | 7 +- .../Message/Fields/VisualEquipment.cs | 7 +- .../Message/Fields/VisualItem.cs | 7 +- .../Fields/WorldLocationMessageData.cs | 8 +- .../Message/Fields/WorldPlace.cs | 8 +- .../Message/Fields/WorldSyncedData.cs | 7 +- .../MessageSystem/MessageAttribute.cs | 7 +- .../D3-GameServer/MessageSystem/Opcodes.cs | 7 +- .../ScriptedAttributeInitializer.cs | 23 +- src/DiIiS-NA/D3-GameServer/NATConfig.cs | 3 +- src/DiIiS-NA/Program.cs | 30 --- src/DiIiS-NA/REST/Config.cs | 3 - .../REST/Data/Authentication/LogonData.cs | 9 +- .../REST/Data/Authentication/LogonResult.cs | 9 +- src/DiIiS-NA/REST/Data/Forms/FormInput.cs | 8 +- .../REST/Data/Forms/FormInputValue.cs | 8 +- src/DiIiS-NA/REST/Data/Forms/FormInputs.cs | 8 +- .../REST/Extensions/DataExtensions.cs | 13 +- src/DiIiS-NA/REST/Extensions/Singleton.cs | 8 +- src/DiIiS-NA/REST/Global/Instanse.cs | 8 +- src/DiIiS-NA/REST/Http/Http.cs | 18 +- src/DiIiS-NA/REST/IO/ByteBuffer.cs | 10 +- src/DiIiS-NA/REST/IO/StringArguments.cs | 9 +- src/DiIiS-NA/REST/IO/Zlib/Adler32.cs | 7 +- src/DiIiS-NA/REST/IO/Zlib/Compress.cs | 15 +- src/DiIiS-NA/REST/IO/Zlib/Crc32.cs | 7 +- src/DiIiS-NA/REST/IO/Zlib/Deflate.cs | 16 +- src/DiIiS-NA/REST/IO/Zlib/Trees.cs | 7 +- src/DiIiS-NA/REST/IO/Zlib/ZLib.cs | 7 +- src/DiIiS-NA/REST/IO/Zlib/ZUtil.cs | 7 +- src/DiIiS-NA/REST/JSON/Json.cs | 10 +- src/DiIiS-NA/REST/Manager/Cypher.cs | 8 +- src/DiIiS-NA/REST/Manager/SessionManager.cs | 6 +- src/DiIiS-NA/REST/Manager/SocketManager.cs | 5 +- src/DiIiS-NA/REST/Networking/AsyncAcceptor.cs | 9 +- src/DiIiS-NA/REST/Networking/NetworkThread.cs | 8 +- src/DiIiS-NA/REST/RestSession.cs | 15 -- src/DiIiS-NA/REST/SocketBase.cs | 13 +- src/DiIiS-NA/libs/CrystalMpq.License | 3 +- src/DiIiS-NA/libs/CrystalMpq.xml | 25 +-- src/DiIiS-NA/libs/PowerCollections.License | 3 +- src/DiIiS-NA/libs/PowerCollections.XML | 195 ++++++---------- 911 files changed, 1018 insertions(+), 7024 deletions(-) diff --git a/src/DiIiS-NA/BGS-Server/AccountsSystem/Account.cs b/src/DiIiS-NA/BGS-Server/AccountsSystem/Account.cs index dfdef16..d458094 100644 --- a/src/DiIiS-NA/BGS-Server/AccountsSystem/Account.cs +++ b/src/DiIiS-NA/BGS-Server/AccountsSystem/Account.cs @@ -1,23 +1,13 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Objects; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using bgs.protocol.presence.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Crypthography; namespace DiIiS_NA.LoginServer.AccountsSystem diff --git a/src/DiIiS-NA/BGS-Server/AccountsSystem/AccountManager.cs b/src/DiIiS-NA/BGS-Server/AccountsSystem/AccountManager.cs index bc57e00..c809ee9 100644 --- a/src/DiIiS-NA/BGS-Server/AccountsSystem/AccountManager.cs +++ b/src/DiIiS-NA/BGS-Server/AccountsSystem/AccountManager.cs @@ -1,27 +1,15 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Crypthography; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer.AccountsSystem diff --git a/src/DiIiS-NA/BGS-Server/AccountsSystem/GameAccountManager.cs b/src/DiIiS-NA/BGS-Server/AccountsSystem/GameAccountManager.cs index 60d8436..c71a02d 100644 --- a/src/DiIiS-NA/BGS-Server/AccountsSystem/GameAccountManager.cs +++ b/src/DiIiS-NA/BGS-Server/AccountsSystem/GameAccountManager.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.LoginServer.AccountsSystem diff --git a/src/DiIiS-NA/BGS-Server/Base/BNetCodec.cs b/src/DiIiS-NA/BGS-Server/Base/BNetCodec.cs index 3ae40ed..2c62255 100644 --- a/src/DiIiS-NA/BGS-Server/Base/BNetCodec.cs +++ b/src/DiIiS-NA/BGS-Server/Base/BNetCodec.cs @@ -1,17 +1,10 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using DotNetty.Codecs; -//Blizzless Project 2022 using DotNetty.Buffers; -//Blizzless Project 2022 using DotNetty.Codecs.Http.WebSockets; -//Blizzless Project 2022 using DotNetty.Transport.Channels; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using Google.ProtocolBuffers; namespace DiIiS_NA.LoginServer.Base diff --git a/src/DiIiS-NA/BGS-Server/Base/BNetPacket.cs b/src/DiIiS-NA/BGS-Server/Base/BNetPacket.cs index 2b00e18..cd4ae5e 100644 --- a/src/DiIiS-NA/BGS-Server/Base/BNetPacket.cs +++ b/src/DiIiS-NA/BGS-Server/Base/BNetPacket.cs @@ -1,7 +1,5 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using System; namespace DiIiS_NA.LoginServer.Base diff --git a/src/DiIiS-NA/BGS-Server/Base/ConnectHandler.cs b/src/DiIiS-NA/BGS-Server/Base/ConnectHandler.cs index f50a89e..c08680a 100644 --- a/src/DiIiS-NA/BGS-Server/Base/ConnectHandler.cs +++ b/src/DiIiS-NA/BGS-Server/Base/ConnectHandler.cs @@ -1,35 +1,20 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DotNetty.Codecs; -//Blizzless Project 2022 using DotNetty.Codecs.Http; -//Blizzless Project 2022 using DotNetty.Handlers.Tls; -//Blizzless Project 2022 using DotNetty.Transport.Channels; -//Blizzless Project 2022 using DotNetty.Transport.Channels.Sockets; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Security.Cryptography.X509Certificates; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using DotNetty.Buffers; -//Blizzless Project 2022 using DotNetty.Common.Utilities; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DotNetty.Codecs.Http.WebSockets; namespace DiIiS_NA.LoginServer.Base diff --git a/src/DiIiS-NA/BGS-Server/Base/HandlerController.cs b/src/DiIiS-NA/BGS-Server/Base/HandlerController.cs index a86dfa4..4f2486b 100644 --- a/src/DiIiS-NA/BGS-Server/Base/HandlerController.cs +++ b/src/DiIiS-NA/BGS-Server/Base/HandlerController.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; namespace DiIiS_NA.LoginServer.Base diff --git a/src/DiIiS-NA/BGS-Server/Base/RPCCallback.cs b/src/DiIiS-NA/BGS-Server/Base/RPCCallback.cs index 9949271..d6b291d 100644 --- a/src/DiIiS-NA/BGS-Server/Base/RPCCallback.cs +++ b/src/DiIiS-NA/BGS-Server/Base/RPCCallback.cs @@ -1,7 +1,5 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; namespace DiIiS_NA.LoginServer.Base diff --git a/src/DiIiS-NA/BGS-Server/Battle/BattleBackend.cs b/src/DiIiS-NA/BGS-Server/Battle/BattleBackend.cs index 9c7e554..18c37ab 100644 --- a/src/DiIiS-NA/BGS-Server/Battle/BattleBackend.cs +++ b/src/DiIiS-NA/BGS-Server/Battle/BattleBackend.cs @@ -1,27 +1,15 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.AchievementSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.GamesSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using WatsonTcp; namespace DiIiS_NA.LoginServer.Battle diff --git a/src/DiIiS-NA/BGS-Server/Battle/PlayerManager.cs b/src/DiIiS-NA/BGS-Server/Battle/PlayerManager.cs index cab6cde..54e395c 100644 --- a/src/DiIiS-NA/BGS-Server/Battle/PlayerManager.cs +++ b/src/DiIiS-NA/BGS-Server/Battle/PlayerManager.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer.Battle diff --git a/src/DiIiS-NA/BGS-Server/ChannelSystem/Channel.cs b/src/DiIiS-NA/BGS-Server/ChannelSystem/Channel.cs index d10b478..6cdcd8f 100644 --- a/src/DiIiS-NA/BGS-Server/ChannelSystem/Channel.cs +++ b/src/DiIiS-NA/BGS-Server/ChannelSystem/Channel.cs @@ -1,25 +1,14 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Objects; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.GuildSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; namespace DiIiS_NA.LoginServer.ChannelSystem diff --git a/src/DiIiS-NA/BGS-Server/ChannelSystem/ChannelInvitationManager.cs b/src/DiIiS-NA/BGS-Server/ChannelSystem/ChannelInvitationManager.cs index c18c894..3613acd 100644 --- a/src/DiIiS-NA/BGS-Server/ChannelSystem/ChannelInvitationManager.cs +++ b/src/DiIiS-NA/BGS-Server/ChannelSystem/ChannelInvitationManager.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Objects; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.LoginServer.ChannelSystem diff --git a/src/DiIiS-NA/BGS-Server/ChannelSystem/ChannelManager.cs b/src/DiIiS-NA/BGS-Server/ChannelSystem/ChannelManager.cs index d56636d..16d6978 100644 --- a/src/DiIiS-NA/BGS-Server/ChannelSystem/ChannelManager.cs +++ b/src/DiIiS-NA/BGS-Server/ChannelSystem/ChannelManager.cs @@ -1,17 +1,10 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.GamesSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.GuildSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.LoginServer.ChannelSystem diff --git a/src/DiIiS-NA/BGS-Server/ChannelSystem/Member.cs b/src/DiIiS-NA/BGS-Server/ChannelSystem/Member.cs index 8201e7c..ab93fe3 100644 --- a/src/DiIiS-NA/BGS-Server/ChannelSystem/Member.cs +++ b/src/DiIiS-NA/BGS-Server/ChannelSystem/Member.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using bgs.protocol.channel.v1; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; namespace DiIiS_NA.LoginServer.ChannelSystem diff --git a/src/DiIiS-NA/BGS-Server/Config.cs b/src/DiIiS-NA/BGS-Server/Config.cs index 616138e..6566c45 100644 --- a/src/DiIiS-NA/BGS-Server/Config.cs +++ b/src/DiIiS-NA/BGS-Server/Config.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer diff --git a/src/DiIiS-NA/BGS-Server/Crypthography/SRP6a.cs b/src/DiIiS-NA/BGS-Server/Crypthography/SRP6a.cs index 7668fc1..6726e94 100644 --- a/src/DiIiS-NA/BGS-Server/Crypthography/SRP6a.cs +++ b/src/DiIiS-NA/BGS-Server/Crypthography/SRP6a.cs @@ -1,17 +1,10 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Numerics; -//Blizzless Project 2022 using System.Security.Cryptography; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.LoginServer.Crypthography diff --git a/src/DiIiS-NA/BGS-Server/FriendsSystem/FriendManager.cs b/src/DiIiS-NA/BGS-Server/FriendsSystem/FriendManager.cs index 75f6012..d41c46e 100644 --- a/src/DiIiS-NA/BGS-Server/FriendsSystem/FriendManager.cs +++ b/src/DiIiS-NA/BGS-Server/FriendsSystem/FriendManager.cs @@ -1,23 +1,13 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Objects; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.LoginServer.FriendsSystem diff --git a/src/DiIiS-NA/BGS-Server/FriendsSystem/UserManager.cs b/src/DiIiS-NA/BGS-Server/FriendsSystem/UserManager.cs index 5f650fb..f323dca 100644 --- a/src/DiIiS-NA/BGS-Server/FriendsSystem/UserManager.cs +++ b/src/DiIiS-NA/BGS-Server/FriendsSystem/UserManager.cs @@ -1,27 +1,15 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Objects; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer.FriendsSystem diff --git a/src/DiIiS-NA/BGS-Server/GamesSystem/GameDescriptor.cs b/src/DiIiS-NA/BGS-Server/GamesSystem/GameDescriptor.cs index 61f3347..c9a5352 100644 --- a/src/DiIiS-NA/BGS-Server/GamesSystem/GameDescriptor.cs +++ b/src/DiIiS-NA/BGS-Server/GamesSystem/GameDescriptor.cs @@ -1,25 +1,14 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol.matchmaking.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.ChannelSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer.GamesSystem diff --git a/src/DiIiS-NA/BGS-Server/GamesSystem/GameFactoryManager.cs b/src/DiIiS-NA/BGS-Server/GamesSystem/GameFactoryManager.cs index c9200f4..572145e 100644 --- a/src/DiIiS-NA/BGS-Server/GamesSystem/GameFactoryManager.cs +++ b/src/DiIiS-NA/BGS-Server/GamesSystem/GameFactoryManager.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol.matchmaking.v1; -//Blizzless Project 2022 using D3.OnlineService; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.ChannelSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.LoginServer.GamesSystem diff --git a/src/DiIiS-NA/BGS-Server/GuildSystem/Guild.cs b/src/DiIiS-NA/BGS-Server/GuildSystem/Guild.cs index 8f4755f..f5ede19 100644 --- a/src/DiIiS-NA/BGS-Server/GuildSystem/Guild.cs +++ b/src/DiIiS-NA/BGS-Server/GuildSystem/Guild.cs @@ -1,27 +1,15 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.ChannelSystem; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DateTime = System.DateTime; namespace DiIiS_NA.LoginServer.GuildSystem diff --git a/src/DiIiS-NA/BGS-Server/GuildSystem/GuildManager.cs b/src/DiIiS-NA/BGS-Server/GuildSystem/GuildManager.cs index 61d726f..2862d4e 100644 --- a/src/DiIiS-NA/BGS-Server/GuildSystem/GuildManager.cs +++ b/src/DiIiS-NA/BGS-Server/GuildSystem/GuildManager.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.LoginServer.GuildSystem diff --git a/src/DiIiS-NA/BGS-Server/Helpers/FieldKeyHelper.cs b/src/DiIiS-NA/BGS-Server/Helpers/FieldKeyHelper.cs index 05ab0e7..9b6f9ca 100644 --- a/src/DiIiS-NA/BGS-Server/Helpers/FieldKeyHelper.cs +++ b/src/DiIiS-NA/BGS-Server/Helpers/FieldKeyHelper.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol.presence.v1; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Objects; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.LoginServer.Helpers diff --git a/src/DiIiS-NA/BGS-Server/Helpers/NotificationTypeHelper.cs b/src/DiIiS-NA/BGS-Server/Helpers/NotificationTypeHelper.cs index 26b4ee3..b2b3639 100644 --- a/src/DiIiS-NA/BGS-Server/Helpers/NotificationTypeHelper.cs +++ b/src/DiIiS-NA/BGS-Server/Helpers/NotificationTypeHelper.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.LoginServer.Helpers diff --git a/src/DiIiS-NA/BGS-Server/Objects/PersistentRPCObject.cs b/src/DiIiS-NA/BGS-Server/Objects/PersistentRPCObject.cs index 4f53c5e..7e30989 100644 --- a/src/DiIiS-NA/BGS-Server/Objects/PersistentRPCObject.cs +++ b/src/DiIiS-NA/BGS-Server/Objects/PersistentRPCObject.cs @@ -1,5 +1,4 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Runtime.Serialization; namespace DiIiS_NA.LoginServer.Objects diff --git a/src/DiIiS-NA/BGS-Server/Objects/PresenceField.cs b/src/DiIiS-NA/BGS-Server/Objects/PresenceField.cs index e272f17..0539820 100644 --- a/src/DiIiS-NA/BGS-Server/Objects/PresenceField.cs +++ b/src/DiIiS-NA/BGS-Server/Objects/PresenceField.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.LoginServer.Objects diff --git a/src/DiIiS-NA/BGS-Server/Objects/RPCObject.cs b/src/DiIiS-NA/BGS-Server/Objects/RPCObject.cs index f0f84e2..9b0e408 100644 --- a/src/DiIiS-NA/BGS-Server/Objects/RPCObject.cs +++ b/src/DiIiS-NA/BGS-Server/Objects/RPCObject.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.LoginServer.Objects diff --git a/src/DiIiS-NA/BGS-Server/Objects/RPCObjectManager.cs b/src/DiIiS-NA/BGS-Server/Objects/RPCObjectManager.cs index 68cb853..484898d 100644 --- a/src/DiIiS-NA/BGS-Server/Objects/RPCObjectManager.cs +++ b/src/DiIiS-NA/BGS-Server/Objects/RPCObjectManager.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; namespace DiIiS_NA.LoginServer.Objects diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/IServerService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/IServerService.cs index b249fca..702364e 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/IServerService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/IServerService.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 - -namespace DiIiS_NA.LoginServer.ServicesSystem +namespace DiIiS_NA.LoginServer.ServicesSystem { public interface IServerService { diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Service.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Service.cs index 363a7b9..b595c1e 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Service.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Service.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; namespace DiIiS_NA.LoginServer.ServicesSystem diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/AccountService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/AccountService.cs index 65d3291..a1f022e 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/AccountService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/AccountService.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.account.v1; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/AuthenticationService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/AuthenticationService.cs index 2e9ce8d..e875c2c 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/AuthenticationService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/AuthenticationService.cs @@ -1,23 +1,13 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.authentication.v1; -//Blizzless Project 2022 using bgs.protocol.challenge.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using Google.ProtocolBuffers; diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChallengeService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChallengeService.cs index ac171f5..a435761 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChallengeService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChallengeService.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.challenge.v1; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelInvitationService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelInvitationService.cs index 5504817..0d86b4a 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelInvitationService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelInvitationService.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.channel.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.ChannelSystem; -//Blizzless Project 2022 using System; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelMembershipService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelMembershipService.cs index 2d9b7bd..42ac287 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelMembershipService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelMembershipService.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.channel.v2.membership; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelOwnerService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelOwnerService.cs index 32e8c0f..4449230 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelOwnerService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelOwnerService.cs @@ -1,17 +1,10 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol.channel.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.ChannelSystem; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelService.cs index 9ecf976..014199a 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ChannelService.cs @@ -1,29 +1,16 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.CommandManager; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.ChannelSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ConnectionSerivce.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ConnectionSerivce.cs index c28dfb3..2900f5d 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ConnectionSerivce.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ConnectionSerivce.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.authentication.v1; -//Blizzless Project 2022 using bgs.protocol.connection.v1; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/FriendService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/FriendService.cs index 31a494e..79a2245 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/FriendService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/FriendService.cs @@ -1,24 +1,13 @@ -//Blizzless Project 2022 -using bgs.protocol; -//Blizzless Project 2022 +using bgs.protocol; using bgs.protocol.friends.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.FriendsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameMasterService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameMasterService.cs index 38c967f..caea458 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameMasterService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameMasterService.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.games.v1; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameRequestService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameRequestService.cs index ee1a6bb..c33690d 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameRequestService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameRequestService.cs @@ -1,23 +1,13 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.matchmaking.v1; -//Blizzless Project 2022 using D3.OnlineService; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.GamesSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameUtilitiesService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameUtilitiesService.cs index d536531..1638ad5 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameUtilitiesService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/GameUtilitiesService.cs @@ -1,45 +1,24 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.game_utilities.v1; -//Blizzless Project 2022 using bgs.protocol.notification.v1; -//Blizzless Project 2022 using D3.GameMessage; -//Blizzless Project 2022 using D3.Notification; -//Blizzless Project 2022 using D3.OnlineService; -//Blizzless Project 2022 using D3.Profile; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.AchievementSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.GuildSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/NotificationService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/NotificationService.cs index c24f2cd..70b8e0f 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/NotificationService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/NotificationService.cs @@ -1,21 +1,12 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.notification.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.CommandManager; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using Google.ProtocolBuffers; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/PresenceService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/PresenceService.cs index a9961da..b867ff6 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/PresenceService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/PresenceService.cs @@ -1,21 +1,12 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.presence.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ResourceService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ResourceService.cs index aa66584..d27438e 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ResourceService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/ResourceService.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.resources.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using Google.ProtocolBuffers; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/SessionService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/SessionService.cs index 989512b..e30c638 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/SessionService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/SessionService.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.session.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using Google.ProtocolBuffers; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/SocialNetworkService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/SocialNetworkService.cs index 01afbe1..9430a99 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/SocialNetworkService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/SocialNetworkService.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.sns.v1; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/UserManagerService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/UserManagerService.cs index c190c05..0ecda80 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/UserManagerService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/UserManagerService.cs @@ -1,21 +1,12 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.user_manager.v1; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.FriendsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; namespace DiIiS_NA.LoginServer.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/WhisperService.cs b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/WhisperService.cs index e844f9a..4162765 100644 --- a/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/WhisperService.cs +++ b/src/DiIiS-NA/BGS-Server/ServicesSystem/Services/WhisperService.cs @@ -1,21 +1,12 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using bgs.protocol; -//Blizzless Project 2022 using bgs.protocol.whisper.v1; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.ServicesSystem; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.BGS_Server.ServicesSystem.Services diff --git a/src/DiIiS-NA/BGS-Server/Toons/Toon.cs b/src/DiIiS-NA/BGS-Server/Toons/Toon.cs index 869ac98..2329353 100644 --- a/src/DiIiS-NA/BGS-Server/Toons/Toon.cs +++ b/src/DiIiS-NA/BGS-Server/Toons/Toon.cs @@ -1,24 +1,13 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Objects; -//Blizzless Project 2022 using NHibernate.Linq; namespace DiIiS_NA.LoginServer.Toons diff --git a/src/DiIiS-NA/BGS-Server/Toons/ToonHandleHelper.cs b/src/DiIiS-NA/BGS-Server/Toons/ToonHandleHelper.cs index a3c3927..214805e 100644 --- a/src/DiIiS-NA/BGS-Server/Toons/ToonHandleHelper.cs +++ b/src/DiIiS-NA/BGS-Server/Toons/ToonHandleHelper.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.LoginServer.Helpers; -//Blizzless Project 2022 +using DiIiS_NA.LoginServer.Helpers; using Google.ProtocolBuffers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.LoginServer.Toons diff --git a/src/DiIiS-NA/BGS-Server/Toons/ToonManager.cs b/src/DiIiS-NA/BGS-Server/Toons/ToonManager.cs index 44ada51..195b035 100644 --- a/src/DiIiS-NA/BGS-Server/Toons/ToonManager.cs +++ b/src/DiIiS-NA/BGS-Server/Toons/ToonManager.cs @@ -1,26 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.SkillsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using static DiIiS_NA.LoginServer.Toons.Toon; namespace DiIiS_NA.LoginServer.Toons diff --git a/src/DiIiS-NA/BGS-Server/Watchdog.cs b/src/DiIiS-NA/BGS-Server/Watchdog.cs index 8de24bc..759e3d9 100644 --- a/src/DiIiS-NA/BGS-Server/Watchdog.cs +++ b/src/DiIiS-NA/BGS-Server/Watchdog.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Schedulers; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.LoginServer diff --git a/src/DiIiS-NA/Core/Config/Config.cs b/src/DiIiS-NA/Core/Config/Config.cs index 718d470..0da4eb5 100644 --- a/src/DiIiS-NA/Core/Config/Config.cs +++ b/src/DiIiS-NA/Core/Config/Config.cs @@ -1,5 +1,4 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using Nini.Config; namespace DiIiS_NA.Core.Config diff --git a/src/DiIiS-NA/Core/Config/ConfigManager.cs b/src/DiIiS-NA/Core/Config/ConfigManager.cs index d228b68..3200be2 100644 --- a/src/DiIiS-NA/Core/Config/ConfigManager.cs +++ b/src/DiIiS-NA/Core/Config/ConfigManager.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.IO; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using Nini.Config; namespace DiIiS_NA.Core.Config diff --git a/src/DiIiS-NA/Core/Extensions/ArrayExtensions.cs b/src/DiIiS-NA/Core/Extensions/ArrayExtensions.cs index ea55632..3349e3c 100644 --- a/src/DiIiS-NA/Core/Extensions/ArrayExtensions.cs +++ b/src/DiIiS-NA/Core/Extensions/ArrayExtensions.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.Core.Extensions diff --git a/src/DiIiS-NA/Core/Extensions/BigIntegerExtensions.cs b/src/DiIiS-NA/Core/Extensions/BigIntegerExtensions.cs index cf83e33..9e2bbfe 100644 --- a/src/DiIiS-NA/Core/Extensions/BigIntegerExtensions.cs +++ b/src/DiIiS-NA/Core/Extensions/BigIntegerExtensions.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Numerics; namespace DiIiS_NA.Core.Extensions diff --git a/src/DiIiS-NA/Core/Extensions/CodedOutputStream.cs b/src/DiIiS-NA/Core/Extensions/CodedOutputStream.cs index 0966e93..3d78750 100644 --- a/src/DiIiS-NA/Core/Extensions/CodedOutputStream.cs +++ b/src/DiIiS-NA/Core/Extensions/CodedOutputStream.cs @@ -1,5 +1,4 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; namespace DiIiS_NA.Core.Extensions diff --git a/src/DiIiS-NA/Core/Extensions/DateTimeExtensions.cs b/src/DiIiS-NA/Core/Extensions/DateTimeExtensions.cs index 0854aa1..f8c5d4b 100644 --- a/src/DiIiS-NA/Core/Extensions/DateTimeExtensions.cs +++ b/src/DiIiS-NA/Core/Extensions/DateTimeExtensions.cs @@ -1,5 +1,4 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; namespace DiIiS_NA.Core.Extensions diff --git a/src/DiIiS-NA/Core/Extensions/EnumerableExtensions.cs b/src/DiIiS-NA/Core/Extensions/EnumerableExtensions.cs index a272f06..e2d1a56 100644 --- a/src/DiIiS-NA/Core/Extensions/EnumerableExtensions.cs +++ b/src/DiIiS-NA/Core/Extensions/EnumerableExtensions.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.Core.Extensions diff --git a/src/DiIiS-NA/Core/Extensions/IMessageExtensions.cs b/src/DiIiS-NA/Core/Extensions/IMessageExtensions.cs index 34950e7..1630ca0 100644 --- a/src/DiIiS-NA/Core/Extensions/IMessageExtensions.cs +++ b/src/DiIiS-NA/Core/Extensions/IMessageExtensions.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using Google.ProtocolBuffers; -//Blizzless Project 2022 using Google.ProtocolBuffers.Descriptors; namespace DiIiS_NA.Core.Extensions diff --git a/src/DiIiS-NA/Core/Extensions/ListExtensions.cs b/src/DiIiS-NA/Core/Extensions/ListExtensions.cs index 27dc8a3..ffc261d 100644 --- a/src/DiIiS-NA/Core/Extensions/ListExtensions.cs +++ b/src/DiIiS-NA/Core/Extensions/ListExtensions.cs @@ -1,5 +1,4 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.Core.Extensions diff --git a/src/DiIiS-NA/Core/Extensions/Utilities.cs b/src/DiIiS-NA/Core/Extensions/Utilities.cs index a304b5a..b196288 100644 --- a/src/DiIiS-NA/Core/Extensions/Utilities.cs +++ b/src/DiIiS-NA/Core/Extensions/Utilities.cs @@ -1,23 +1,15 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.Core.Extensions { - //Blizzless Project 2022 -using System; - //Blizzless Project 2022 -using System.Globalization; - //Blizzless Project 2022 -using System.Text; + using System; + using System.Globalization; + using System.Text; public static class Utilities { diff --git a/src/DiIiS-NA/Core/Helpers/Hash/StringHashHelper.cs b/src/DiIiS-NA/Core/Helpers/Hash/StringHashHelper.cs index defccaf..3465239 100644 --- a/src/DiIiS-NA/Core/Helpers/Hash/StringHashHelper.cs +++ b/src/DiIiS-NA/Core/Helpers/Hash/StringHashHelper.cs @@ -1,7 +1,5 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.Core.Helpers.Hash diff --git a/src/DiIiS-NA/Core/Helpers/IO/FileHelpers.cs b/src/DiIiS-NA/Core/Helpers/IO/FileHelpers.cs index 2db1ef5..06d92b0 100644 --- a/src/DiIiS-NA/Core/Helpers/IO/FileHelpers.cs +++ b/src/DiIiS-NA/Core/Helpers/IO/FileHelpers.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; namespace DiIiS_NA.Core.Helpers.IO diff --git a/src/DiIiS-NA/Core/Helpers/Math/FastRandom.cs b/src/DiIiS-NA/Core/Helpers/Math/FastRandom.cs index eeb780b..c170723 100644 --- a/src/DiIiS-NA/Core/Helpers/Math/FastRandom.cs +++ b/src/DiIiS-NA/Core/Helpers/Math/FastRandom.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Text; using DiIiS_NA.Core.Logging; diff --git a/src/DiIiS-NA/Core/Helpers/Math/RandomHelper.cs b/src/DiIiS-NA/Core/Helpers/Math/RandomHelper.cs index af71a92..bbbebd0 100644 --- a/src/DiIiS-NA/Core/Helpers/Math/RandomHelper.cs +++ b/src/DiIiS-NA/Core/Helpers/Math/RandomHelper.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; namespace DiIiS_NA.Core.Helpers.Math diff --git a/src/DiIiS-NA/Core/Logging/FileTarget.cs b/src/DiIiS-NA/Core/Logging/FileTarget.cs index 32279dc..efaf281 100644 --- a/src/DiIiS-NA/Core/Logging/FileTarget.cs +++ b/src/DiIiS-NA/Core/Logging/FileTarget.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Threading; namespace DiIiS_NA.Core.Logging diff --git a/src/DiIiS-NA/Core/Logging/LogManager.cs b/src/DiIiS-NA/Core/Logging/LogManager.cs index 2353711..de81752 100644 --- a/src/DiIiS-NA/Core/Logging/LogManager.cs +++ b/src/DiIiS-NA/Core/Logging/LogManager.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Diagnostics; namespace DiIiS_NA.Core.Logging diff --git a/src/DiIiS-NA/Core/Logging/LogRouter.cs b/src/DiIiS-NA/Core/Logging/LogRouter.cs index 0027164..9a1ed4c 100644 --- a/src/DiIiS-NA/Core/Logging/LogRouter.cs +++ b/src/DiIiS-NA/Core/Logging/LogRouter.cs @@ -1,7 +1,5 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.Core.Logging diff --git a/src/DiIiS-NA/Core/Logging/LogTarget.cs b/src/DiIiS-NA/Core/Logging/LogTarget.cs index b081002..4bdd3d9 100644 --- a/src/DiIiS-NA/Core/Logging/LogTarget.cs +++ b/src/DiIiS-NA/Core/Logging/LogTarget.cs @@ -1,5 +1,4 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; namespace DiIiS_NA.Core.Logging diff --git a/src/DiIiS-NA/Core/Logging/Logger.cs b/src/DiIiS-NA/Core/Logging/Logger.cs index 0f19eb6..e655625 100644 --- a/src/DiIiS-NA/Core/Logging/Logger.cs +++ b/src/DiIiS-NA/Core/Logging/Logger.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Globalization; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.Core.Logging diff --git a/src/DiIiS-NA/Core/MPQ/Asset.cs b/src/DiIiS-NA/Core/MPQ/Asset.cs index 4727d4f..fbcd6d8 100644 --- a/src/DiIiS-NA/Core/MPQ/Asset.cs +++ b/src/DiIiS-NA/Core/MPQ/Asset.cs @@ -1,13 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 - //Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 - //Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 - //Blizzless Project 2022 -using System; + using DiIiS_NA.Core.Logging; + using DiIiS_NA.GameServer.Core.Types.SNO; + using System; namespace DiIiS_NA.Core.MPQ { diff --git a/src/DiIiS-NA/Core/MPQ/DBAsset.cs b/src/DiIiS-NA/Core/MPQ/DBAsset.cs index 3983a22..1864572 100644 --- a/src/DiIiS-NA/Core/MPQ/DBAsset.cs +++ b/src/DiIiS-NA/Core/MPQ/DBAsset.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage; using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Globalization; -//Blizzless Project 2022 using System.Threading; namespace DiIiS_NA.Core.MPQ diff --git a/src/DiIiS-NA/Core/MPQ/Data.cs b/src/DiIiS-NA/Core/MPQ/Data.cs index 70825bc..35e83a2 100644 --- a/src/DiIiS-NA/Core/MPQ/Data.cs +++ b/src/DiIiS-NA/Core/MPQ/Data.cs @@ -1,28 +1,15 @@ -//Blizzless Project 2022 -using CrystalMpq; -//Blizzless Project 2022 +using CrystalMpq; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using Microsoft.Data.Sqlite; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; using Spectre.Console; @@ -138,8 +125,7 @@ namespace DiIiS_NA.Core.MPQ string[] MyFiles = Directory.GetFiles(@"E:\\Unpacked\\2.7.1\\Rope\\", @"*", SearchOption.AllDirectories); string writePath = @"E:\Unpacked\Rope.txt"; int i = 0; - //Blizzless Project 2022 -using (StreamWriter sw = new StreamWriter(writePath, false, System.Text.Encoding.Default)) + using (StreamWriter sw = new StreamWriter(writePath, false, System.Text.Encoding.Default)) { foreach (var file in MyFiles) @@ -327,8 +313,7 @@ using (StreamWriter sw = new StreamWriter(writePath, false, System.Text.Encoding int assetCount = 0; var timerStart = DateTime.Now; - //Blizzless Project 2022 -using (var cmd = new SqliteCommand("SELECT * FROM TOC", Storage.DBManager.MPQMirror)) + using (var cmd = new SqliteCommand("SELECT * FROM TOC", Storage.DBManager.MPQMirror)) { var itemReader = cmd.ExecuteReader(); diff --git a/src/DiIiS-NA/Core/MPQ/Dicts.cs b/src/DiIiS-NA/Core/MPQ/Dicts.cs index 22f2934..f55424b 100644 --- a/src/DiIiS-NA/Core/MPQ/Dicts.cs +++ b/src/DiIiS-NA/Core/MPQ/Dicts.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/Core/MPQ/FileExtensions.cs b/src/DiIiS-NA/Core/MPQ/FileExtensions.cs index 1e60c1d..b1d1124 100644 --- a/src/DiIiS-NA/Core/MPQ/FileExtensions.cs +++ b/src/DiIiS-NA/Core/MPQ/FileExtensions.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.Core.MPQ diff --git a/src/DiIiS-NA/Core/MPQ/FileFormat.cs b/src/DiIiS-NA/Core/MPQ/FileFormat.cs index 10cb5bb..1479625 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormat.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormat.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.Core.MPQ diff --git a/src/DiIiS-NA/Core/MPQ/FileFormatAttribute.cs b/src/DiIiS-NA/Core/MPQ/FileFormatAttribute.cs index d09555b..b431d3d 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormatAttribute.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormatAttribute.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.SNO; using System; namespace DiIiS_NA.Core.MPQ diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Accolade.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Accolade.cs index 0471696..d97cd3a 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Accolade.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Accolade.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Act.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Act.cs index 5513c4b..b2ed7ad 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Act.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Act.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Actor.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Actor.cs index 7e1a4ea..d812da8 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Actor.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Actor.cs @@ -1,21 +1,12 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Collision; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Adventure.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Adventure.cs index 595b212..4120f3d 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Adventure.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Adventure.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/AmbientSound.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/AmbientSound.cs index d34ee28..d027759 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/AmbientSound.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/AmbientSound.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Anim.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Anim.cs index 84408e8..0f32c1e 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Anim.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Anim.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/AnimSet.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/AnimSet.cs index 2be3b10..d819f0a 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/AnimSet.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/AnimSet.cs @@ -1,21 +1,12 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Animation2D.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Animation2D.cs index c7bb2e9..2cac985 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Animation2D.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Animation2D.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/BossEncounter.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/BossEncounter.cs index 8c34f51..45bd0df 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/BossEncounter.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/BossEncounter.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Condition.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Condition.cs index 770c0a6..4eda348 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Condition.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Condition.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Conversation.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Conversation.cs index 4c393e2..48da94c 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Conversation.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Conversation.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/ConversationList.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/ConversationList.cs index a1c4c33..7d30c3a 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/ConversationList.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/ConversationList.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/EffectGroup.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/EffectGroup.cs index 7deafa7..30dbe30 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/EffectGroup.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/EffectGroup.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Encounter.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Encounter.cs index 3b5dbf0..95fcc8a 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Encounter.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Encounter.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/GameBalance.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/GameBalance.cs index da15f47..76dd09c 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/GameBalance.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/GameBalance.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats @@ -166,8 +158,7 @@ namespace DiIiS_NA.Core.MPQ.FileFormats writePath += file.Name; writePath += ".txt"; int i = 0; - //Blizzless Project 2022 -using (StreamWriter sw = new StreamWriter(writePath, false, System.Text.Encoding.Default)) + using (StreamWriter sw = new StreamWriter(writePath, false, System.Text.Encoding.Default)) { foreach (var I in Item) diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Globals.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Globals.cs index faaeed2..4e490a9 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Globals.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Globals.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Misc; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/LevelArea.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/LevelArea.cs index 4ef2113..ec64537 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/LevelArea.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/LevelArea.cs @@ -1,17 +1,10 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Misc; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Lore.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Lore.cs index 9d71c82..fac9843 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Lore.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Lore.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/MarkerSet.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/MarkerSet.cs index cba149a..d2cff2b 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/MarkerSet.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/MarkerSet.cs @@ -1,19 +1,11 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Collision; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Monster.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Monster.cs index f31bed3..6eab9bf 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Monster.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Monster.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System.Collections.Generic; -//Blizzless Project 2022 +using System.Collections.Generic; using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Music.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Music.cs index 4f51678..2c4c2eb 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Music.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Music.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using CrystalMpq; -//Blizzless Project 2022 +using CrystalMpq; using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Observer.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Observer.cs index 370873a..1b9275a 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Observer.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Observer.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/PhysMesh.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/PhysMesh.cs index 82aa12c..faec841 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/PhysMesh.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/PhysMesh.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Power.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Power.cs index 54234b7..cdce359 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Power.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Power.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Quest.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Quest.cs index 7cb9e95..16ad9d6 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Quest.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Quest.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/QuestRange.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/QuestRange.cs index c14282b..ce32f4b 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/QuestRange.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/QuestRange.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Recipe.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Recipe.cs index 4effd74..72eaf35 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Recipe.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Recipe.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Rope.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Rope.cs index 9bf8cae..ac7a0ec 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Rope.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Rope.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Scene.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Scene.cs index b8c77b7..5152164 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Scene.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Scene.cs @@ -1,21 +1,12 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Collision; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using System; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/SceneGroup.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/SceneGroup.cs index fab287e..0e2fc72 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/SceneGroup.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/SceneGroup.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/SkillKit.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/SkillKit.cs index 94ff471..73572ab 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/SkillKit.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/SkillKit.cs @@ -1,13 +1,8 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/TreasureClass.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/TreasureClass.cs index fa96b73..c40ff5f 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/TreasureClass.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/TreasureClass.cs @@ -1,21 +1,12 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Tutorial.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Tutorial.cs index 59fcdc7..aaa78cf 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Tutorial.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Tutorial.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Types/Common.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Types/Common.cs index 58987f4..75f798d 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Types/Common.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Types/Common.cs @@ -1,15 +1,9 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.Core.MPQ.FileFormats.Types diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/Weather.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/Weather.cs index 7ca225e..68c3025 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/Weather.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/Weather.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/FileFormats/World.cs b/src/DiIiS-NA/Core/MPQ/FileFormats/World.cs index f71a278..b51f0c9 100644 --- a/src/DiIiS-NA/Core/MPQ/FileFormats/World.cs +++ b/src/DiIiS-NA/Core/MPQ/FileFormats/World.cs @@ -1,24 +1,13 @@ //Blizzless Project 2022 -//Blizzless Project 2022 -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Scene; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.Core.MPQ.FileFormats diff --git a/src/DiIiS-NA/Core/MPQ/MPQAsset.cs b/src/DiIiS-NA/Core/MPQ/MPQAsset.cs index e39e27c..502b678 100644 --- a/src/DiIiS-NA/Core/MPQ/MPQAsset.cs +++ b/src/DiIiS-NA/Core/MPQ/MPQAsset.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Globalization; -//Blizzless Project 2022 using System.Threading; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; namespace DiIiS_NA.Core.MPQ diff --git a/src/DiIiS-NA/Core/MPQ/MPQPatchChain.cs b/src/DiIiS-NA/Core/MPQ/MPQPatchChain.cs index 368647b..858c0c7 100644 --- a/src/DiIiS-NA/Core/MPQ/MPQPatchChain.cs +++ b/src/DiIiS-NA/Core/MPQ/MPQPatchChain.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using CrystalMpq; -//Blizzless Project 2022 +using CrystalMpq; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text.RegularExpressions; -//Blizzless Project 2022 using Wintellect.PowerCollections; namespace DiIiS_NA.Core.MPQ diff --git a/src/DiIiS-NA/Core/MPQ/MPQStorage.cs b/src/DiIiS-NA/Core/MPQ/MPQStorage.cs index aa566e2..9bc02a3 100644 --- a/src/DiIiS-NA/Core/MPQ/MPQStorage.cs +++ b/src/DiIiS-NA/Core/MPQ/MPQStorage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.IO; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.IO; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; diff --git a/src/DiIiS-NA/Core/MPQ/SerializableData.cs b/src/DiIiS-NA/Core/MPQ/SerializableData.cs index 738ba6c..2f14cb3 100644 --- a/src/DiIiS-NA/Core/MPQ/SerializableData.cs +++ b/src/DiIiS-NA/Core/MPQ/SerializableData.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using CrystalMpq; -//Blizzless Project 2022 +using CrystalMpq; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.Core.MPQ diff --git a/src/DiIiS-NA/Core/Schedulers/ScheduledEvent.cs b/src/DiIiS-NA/Core/Schedulers/ScheduledEvent.cs index fbbcf52..3426657 100644 --- a/src/DiIiS-NA/Core/Schedulers/ScheduledEvent.cs +++ b/src/DiIiS-NA/Core/Schedulers/ScheduledEvent.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 +using DiIiS_NA.Core.Extensions; using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.Core.Schedulers diff --git a/src/DiIiS-NA/Core/Schedulers/SpawnDensityRegen.cs b/src/DiIiS-NA/Core/Schedulers/SpawnDensityRegen.cs index bd90d98..09db4cb 100644 --- a/src/DiIiS-NA/Core/Schedulers/SpawnDensityRegen.cs +++ b/src/DiIiS-NA/Core/Schedulers/SpawnDensityRegen.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.Core.Schedulers diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAccount.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAccount.cs index a26344f..cf8c167 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAccount.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAccount.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 +using DiIiS_NA.LoginServer.AccountsSystem; using FluentNHibernate.Data; diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAccountLists.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAccountLists.cs index 56cce99..44e3ede 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAccountLists.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAccountLists.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAchievements.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAchievements.cs index 92f786c..d3c3945 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAchievements.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBAchievements.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBActiveSkills.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBActiveSkills.cs index e8a80b9..60928c3 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBActiveSkills.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBActiveSkills.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBBonusSets.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBBonusSets.cs index 97f4a40..21ae859 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBBonusSets.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBBonusSets.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBCraft.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBCraft.cs index d146e73..8bcbeda 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBCraft.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBCraft.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGameAccount.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGameAccount.cs index e09aab7..6ebb389 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGameAccount.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGameAccount.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGlobalParams.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGlobalParams.cs index c6f15c3..d8e6346 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGlobalParams.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGlobalParams.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuild.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuild.cs index fd3f262..feb5e69 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuild.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuild.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuildMember.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuildMember.cs index 1c569ba..e0e1e19 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuildMember.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuildMember.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuildNews.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuildNews.cs index 9f5162e..20dddfb 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuildNews.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBGuildNews.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBHireling.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBHireling.cs index 2085a8d..201d8a9 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBHireling.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBHireling.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBInventory.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBInventory.cs index 6deb32a..a960b7d 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBInventory.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBInventory.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBMail.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBMail.cs index da96295..262e3e7 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBMail.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBMail.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBQuestHistory.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBQuestHistory.cs index 88ae9d8..571e3c1 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBQuestHistory.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBQuestHistory.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBReport.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBReport.cs index f91b26b..6181c52 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBReport.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBReport.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBToon.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBToon.cs index 5d23a8a..a317532 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBToon.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Entities/DBToon.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 +using DiIiS_NA.LoginServer.Toons; using FluentNHibernate.Data; -//Blizzless Project 2022 using static DiIiS_NA.LoginServer.Toons.Toon; namespace DiIiS_NA.Core.Storage.AccountDataBase.Entities diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAccountListsMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAccountListsMapper.cs index e5a9036..18dd161 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAccountListsMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAccountListsMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAccountMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAccountMapper.cs index c2eb73e..e32f85d 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAccountMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAccountMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAchievementsMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAchievementsMapper.cs index fd16bd3..781efca 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAchievementsMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBAchievementsMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBActiveSkillsMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBActiveSkillsMapper.cs index ec13bc2..b8f8ddc 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBActiveSkillsMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBActiveSkillsMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBBonusSetsMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBBonusSetsMapper.cs index fe7a3aa..7d1e97a 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBBonusSetsMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBBonusSetsMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBCraftMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBCraftMapper.cs index 10bebf7..7800b6f 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBCraftMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBCraftMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGameAccountMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGameAccountMapper.cs index ee73fa7..f8cc22b 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGameAccountMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGameAccountMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGlobalParamsMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGlobalParamsMapper.cs index bf31b38..3dcf52f 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGlobalParamsMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGlobalParamsMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildMapper.cs index 22750f6..1969a38 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildMemberMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildMemberMapper.cs index e0b6ef0..089502c 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildMemberMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildMemberMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildNewsMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildNewsMapper.cs index 8f9e0ca..868451e 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildNewsMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBGuildNewsMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBHirelingMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBHirelingMapper.cs index cf73dcd..c3c080f 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBHirelingMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBHirelingMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBInventoryMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBInventoryMapper.cs index a599714..0d9cabf 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBInventoryMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBInventoryMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBMailMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBMailMapper.cs index 7fddebc..8de8883 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBMailMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBMailMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBQuestHistoryMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBQuestHistoryMapper.cs index e2359b7..70d2770 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBQuestHistoryMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBQuestHistoryMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBReportMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBReportMapper.cs index 47491f2..64d358f 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBReportMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBReportMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBToonMapper.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBToonMapper.cs index 75529f8..db9f54c 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBToonMapper.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/Mapper/DBToonMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.AccountDataBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.AccountDataBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/AccountDataBase/SessionProvider.cs b/src/DiIiS-NA/Core/Storage/AccountDataBase/SessionProvider.cs index 1aadb20..2d102ea 100644 --- a/src/DiIiS-NA/Core/Storage/AccountDataBase/SessionProvider.cs +++ b/src/DiIiS-NA/Core/Storage/AccountDataBase/SessionProvider.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using System.IO; -//Blizzless Project 2022 +using System.IO; using System.Collections.Generic; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using FluentNHibernate; -//Blizzless Project 2022 using FluentNHibernate.Cfg; -//Blizzless Project 2022 using NHibernate; -//Blizzless Project 2022 using NHibernate.Cfg; -//Blizzless Project 2022 using NHibernate.Tool.hbm2ddl; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.IO; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.WorldSceneBase.Mapper; namespace DiIiS_NA.Core.Storage.AccountDataBase diff --git a/src/DiIiS-NA/Core/Storage/DBManager.cs b/src/DiIiS-NA/Core/Storage/DBManager.cs index daae6d1..3d14a97 100644 --- a/src/DiIiS-NA/Core/Storage/DBManager.cs +++ b/src/DiIiS-NA/Core/Storage/DBManager.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using Microsoft.Data.Sqlite; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.IO; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; namespace DiIiS_NA.Core.Storage diff --git a/src/DiIiS-NA/Core/Storage/DBSessions.cs b/src/DiIiS-NA/Core/Storage/DBSessions.cs index 0f08f15..bae1f65 100644 --- a/src/DiIiS-NA/Core/Storage/DBSessions.cs +++ b/src/DiIiS-NA/Core/Storage/DBSessions.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using Microsoft.Data.Sqlite; -//Blizzless Project 2022 using NHibernate; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using NHibernate.Linq; namespace DiIiS_NA.Core.Storage @@ -41,8 +34,7 @@ namespace DiIiS_NA.Core.Storage { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) session.Insert(obj); } catch (Exception e) @@ -56,8 +48,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) session.Update(obj); } catch (Exception e) @@ -71,8 +62,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) session.Delete(obj); } catch (Exception e) @@ -86,8 +76,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return session.QueryOver().WhereRestrictionOn(expression).IsIn(list).List().ToList(); } catch (Exception e) @@ -101,8 +90,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return session.Query().ToList(); } catch (Exception e) @@ -116,8 +104,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return session.QueryOver().Where(predicate).List().ToList(); } catch (Exception e) @@ -131,8 +118,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return session.Query().Single(predicate); } catch (Exception e) @@ -146,8 +132,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return (T)session.Get(obj); } catch (Exception e) diff --git a/src/DiIiS-NA/Core/Storage/GameDBSession.cs b/src/DiIiS-NA/Core/Storage/GameDBSession.cs index 671bba9..f508fbd 100644 --- a/src/DiIiS-NA/Core/Storage/GameDBSession.cs +++ b/src/DiIiS-NA/Core/Storage/GameDBSession.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using NHibernate; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; namespace DiIiS_NA.Core.Storage @@ -46,8 +39,7 @@ namespace DiIiS_NA.Core.Storage { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) session.Insert(obj); } catch (Exception e) @@ -82,8 +74,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) session.Update(obj); } catch (Exception e) @@ -118,8 +109,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) session.Delete(obj); } catch (Exception e) @@ -167,8 +157,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return session.Query().ToList(); } catch (Exception e) @@ -200,8 +189,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return session.QueryOver().Where(predicate).List().ToList(); } catch (Exception e) @@ -233,8 +221,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return (T)session.QueryOver().Where(predicate).List().FirstOrDefault(); } catch (Exception e) @@ -266,8 +253,7 @@ using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactor { try { - //Blizzless Project 2022 -using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) + using (IStatelessSession session = AccountDataBase.SessionProvider.SessionFactory.OpenStatelessSession()) return (T)session.Get(obj); } catch (Exception e) diff --git a/src/DiIiS-NA/Core/Storage/PersistenceManager.cs b/src/DiIiS-NA/Core/Storage/PersistenceManager.cs index be3b039..a312436 100644 --- a/src/DiIiS-NA/Core/Storage/PersistenceManager.cs +++ b/src/DiIiS-NA/Core/Storage/PersistenceManager.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Reflection; -//Blizzless Project 2022 using Microsoft.Data.Sqlite; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Collections; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.Core.Storage @@ -138,8 +132,7 @@ namespace DiIiS_NA.Core.Storage private static bool tableExists(string name) { - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format("SELECT name FROM sqlite_master WHERE type='table' AND name='{0}'", name), DBManager.MPQMirror)) + using (var cmd = new SqliteCommand(String.Format("SELECT name FROM sqlite_master WHERE type='table' AND name='{0}'", name), DBManager.MPQMirror)) { return (cmd.ExecuteScalar() != null); } @@ -172,8 +165,7 @@ using (var cmd = new SqliteCommand(String.Format("SELECT name FROM sqlite_master // load the entry and begin reading if (tableExists(o.GetType().Name)) { - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format("SELECT * FROM {0} WHERE Id={1}", o.GetType().Name, id), DBManager.MPQMirror)) + using (var cmd = new SqliteCommand(String.Format("SELECT * FROM {0} WHERE Id={1}", o.GetType().Name, id), DBManager.MPQMirror)) { var reader = cmd.ExecuteReader(); if (reader.Read() && reader.HasRows) @@ -205,8 +197,7 @@ using (var cmd = new SqliteCommand(String.Format("SELECT * FROM {0} WHERE Id={1} // Load generic lists by finding the mn-mapping table and loading every entry recursivly if (property.IsGenericList) { - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format(genericListsql, property.RelationTableName, property.ListType.Name, parent == null ? o.GetType().Name : parent.Name, entryId), DBManager.MPQMirror)) + using (var cmd = new SqliteCommand(String.Format(genericListsql, property.RelationTableName, property.ListType.Name, parent == null ? o.GetType().Name : parent.Name, entryId), DBManager.MPQMirror)) { var itemReader = cmd.ExecuteReader(); var list = Activator.CreateInstance(property.Type); @@ -229,8 +220,7 @@ using (var cmd = new SqliteCommand(String.Format(genericListsql, property.Relati // Load generic dictionaires by finding the mn-mapping table and loading every entry recursivly if (property.IsGenericDictionary) { - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format(genericListsql, property.RelationTableName, property.ListType.Name, parent == null ? o.GetType().Name : parent.Name, entryId), DBManager.MPQMirror)) + using (var cmd = new SqliteCommand(String.Format(genericListsql, property.RelationTableName, property.ListType.Name, parent == null ? o.GetType().Name : parent.Name, entryId), DBManager.MPQMirror)) { var itemReader = cmd.ExecuteReader(); var dictionary = Activator.CreateInstance(property.Type); @@ -338,8 +328,7 @@ using (var cmd = new SqliteCommand(String.Format(genericListsql, property.Relati query = String.Format(query, property.RelationTableName, parent == null ? type.Name : parent.Name, property.ListType.Name); - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(query, DBManager.MPQMirror)) + using (var cmd = new SqliteCommand(query, DBManager.MPQMirror)) { cmd.ExecuteNonQuery(); } @@ -364,8 +353,7 @@ using (var cmd = new SqliteCommand(query, DBManager.MPQMirror)) columnDefinitions.Add("Id INTEGER PRIMARY KEY"); var tableDefinition = String.Join(",", columnDefinitions.ToArray()); - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format("CREATE TABLE {0} ({1})", type.Name, tableDefinition), DBManager.MPQMirror)) + using (var cmd = new SqliteCommand(String.Format("CREATE TABLE {0} ({1})", type.Name, tableDefinition), DBManager.MPQMirror)) { cmd.ExecuteNonQuery(); } @@ -407,8 +395,7 @@ using (var cmd = new SqliteCommand(String.Format("CREATE TABLE {0} ({1})", type. id = Save(o, id, new Dictionary()); - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format("INSERT INTO TOC (SNOGroup, SNOId, Name) VALUES ('{0}', '{1}', '{2}')", o.GetType().Name, id, name), DBManager.MPQMirror)) + using (var cmd = new SqliteCommand(String.Format("INSERT INTO TOC (SNOGroup, SNOId, Name) VALUES ('{0}', '{1}', '{2}')", o.GetType().Name, id, name), DBManager.MPQMirror)) { cmd.ExecuteNonQuery(); } @@ -489,13 +476,11 @@ using (var cmd = new SqliteCommand(String.Format("INSERT INTO TOC (SNOGroup, SNO string cnames = String.Join(",", (new List(values.Keys).ToArray())); string cvalues = String.Join(",", (new List(values.Values).ToArray())); - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format("INSERT INTO {0} ({1}) VALUES ({2})", o.GetType().Name, cnames, cvalues), DBManager.MPQMirror)) + using (var cmd = new SqliteCommand(String.Format("INSERT INTO {0} ({1}) VALUES ({2})", o.GetType().Name, cnames, cvalues), DBManager.MPQMirror)) { cmd.ExecuteNonQuery(); - //Blizzless Project 2022 -using (var last = new SqliteCommand("SELECT last_insert_rowid()", DBManager.MPQMirror)) + using (var last = new SqliteCommand("SELECT last_insert_rowid()", DBManager.MPQMirror)) { id = last.ExecuteScalar().ToString(); } @@ -532,8 +517,7 @@ using (var last = new SqliteCommand("SELECT last_insert_rowid()", DBManager.MPQM { string newId = Save(item, null, new Dictionary(), ""); - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format( + using (var cmd = new SqliteCommand(String.Format( "INSERT INTO {4} ({0}Id, {1}Id) VALUES ({2}, {3})", parent == null ? o.GetType().Name : parent.Name, property.ListType.Name, @@ -555,8 +539,7 @@ using (var cmd = new SqliteCommand(String.Format( { string newId = Save(dictionary[item], null, new Dictionary(), ""); - //Blizzless Project 2022 -using (var cmd = new SqliteCommand(String.Format( + using (var cmd = new SqliteCommand(String.Format( "INSERT INTO {4} ({0}Id, {1}Id, Key) VALUES ({2}, {3}, {5})", parent == null ? o.GetType().Name : parent.Name, property.ListType.Name, diff --git a/src/DiIiS-NA/Core/Storage/PostgresDialect.cs b/src/DiIiS-NA/Core/Storage/PostgresDialect.cs index 1e90031..5351ebe 100644 --- a/src/DiIiS-NA/Core/Storage/PostgresDialect.cs +++ b/src/DiIiS-NA/Core/Storage/PostgresDialect.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System.Data; -//Blizzless Project 2022 +using System.Data; using NHibernate.Dialect; namespace DiIiS_NA.Core.Storage diff --git a/src/DiIiS-NA/Core/Storage/PostgresUserType.cs b/src/DiIiS-NA/Core/Storage/PostgresUserType.cs index 365a16d..87bf933 100644 --- a/src/DiIiS-NA/Core/Storage/PostgresUserType.cs +++ b/src/DiIiS-NA/Core/Storage/PostgresUserType.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Data.Common; -//Blizzless Project 2022 using NHibernate; -//Blizzless Project 2022 using NHibernate.Engine; -//Blizzless Project 2022 using NHibernate.SqlTypes; -//Blizzless Project 2022 using NHibernate.UserTypes; namespace DiIiS_NA.Core.Storage diff --git a/src/DiIiS-NA/Core/Storage/PostgresUserTypeNullable.cs b/src/DiIiS-NA/Core/Storage/PostgresUserTypeNullable.cs index 6201bca..563d3e7 100644 --- a/src/DiIiS-NA/Core/Storage/PostgresUserTypeNullable.cs +++ b/src/DiIiS-NA/Core/Storage/PostgresUserTypeNullable.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Data.Common; -//Blizzless Project 2022 using NHibernate; -//Blizzless Project 2022 using NHibernate.Engine; -//Blizzless Project 2022 using NHibernate.SqlTypes; -//Blizzless Project 2022 using NHibernate.UserTypes; namespace DiIiS_NA.Core.Storage diff --git a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Entities/DRLG_Container.cs b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Entities/DRLG_Container.cs index e4318b2..911126a 100644 --- a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Entities/DRLG_Container.cs +++ b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Entities/DRLG_Container.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.WorldSceneBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Entities/DRLG_Tile.cs b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Entities/DRLG_Tile.cs index bede69a..4634e1f 100644 --- a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Entities/DRLG_Tile.cs +++ b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Entities/DRLG_Tile.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using FluentNHibernate.Data; +using FluentNHibernate.Data; namespace DiIiS_NA.Core.Storage.WorldSceneBase.Entities { diff --git a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Mapper/DRLG_ContainerMapper.cs b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Mapper/DRLG_ContainerMapper.cs index 02e288e..cf52884 100644 --- a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Mapper/DRLG_ContainerMapper.cs +++ b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Mapper/DRLG_ContainerMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.WorldSceneBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.WorldSceneBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.WorldSceneBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Mapper/DRLG_TileMapper.cs b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Mapper/DRLG_TileMapper.cs index 94fb5f7..07f4e75 100644 --- a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Mapper/DRLG_TileMapper.cs +++ b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Mapper/DRLG_TileMapper.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage.WorldSceneBase.Entities; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage.WorldSceneBase.Entities; using FluentNHibernate.Mapping; namespace DiIiS_NA.Core.Storage.WorldSceneBase.Mapper diff --git a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Provider.cs b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Provider.cs index 48f917f..f575817 100644 --- a/src/DiIiS-NA/Core/Storage/WorldSceneBase/Provider.cs +++ b/src/DiIiS-NA/Core/Storage/WorldSceneBase/Provider.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using System.IO; -//Blizzless Project 2022 +using System.IO; using System.Collections.Generic; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using FluentNHibernate; -//Blizzless Project 2022 using FluentNHibernate.Cfg; -//Blizzless Project 2022 using NHibernate; -//Blizzless Project 2022 using NHibernate.Cfg; -//Blizzless Project 2022 using NHibernate.Tool.hbm2ddl; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.IO; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Mapper; namespace DiIiS_NA.Core.Storage.WorldSceneBase diff --git a/src/DiIiS-NA/Core/Versions/VersionInfo.cs b/src/DiIiS-NA/Core/Versions/VersionInfo.cs index ba48d0b..0435b37 100644 --- a/src/DiIiS-NA/Core/Versions/VersionInfo.cs +++ b/src/DiIiS-NA/Core/Versions/VersionInfo.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 +using DiIiS_NA.Core.Extensions; using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.Core.Versions diff --git a/src/DiIiS-NA/D3-GameServer/AchievementSystem/AchievementManager.cs b/src/DiIiS-NA/D3-GameServer/AchievementSystem/AchievementManager.cs index ade1031..09ccaf7 100644 --- a/src/DiIiS-NA/D3-GameServer/AchievementSystem/AchievementManager.cs +++ b/src/DiIiS-NA/D3-GameServer/AchievementSystem/AchievementManager.cs @@ -1,30 +1,16 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 +using DiIiS_NA.Core.Extensions; using DiIiS_NA.Core.Helpers.IO; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Objects; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.AchievementSystem diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/AsyncAcceptor.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/AsyncAcceptor.cs index b32013b..0788646 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/AsyncAcceptor.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/AsyncAcceptor.cs @@ -1,10 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Net; -//Blizzless Project 2022 using System.Net.Sockets; namespace DiIiS_NA.GameServer.ClientSystem.Base diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/Connection.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/Connection.cs index cfb6006..b2269d8 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/Connection.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/Connection.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Net; -//Blizzless Project 2022 using System.Net.Sockets; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; namespace DiIiS_NA.GameServer.ClientSystem.Base @@ -116,8 +107,7 @@ namespace DiIiS_NA.GameServer.ClientSystem.Base try { - //Blizzless Project 2022 -using (var socketEventargs = new SocketAsyncEventArgs()) + using (var socketEventargs = new SocketAsyncEventArgs()) { socketEventargs.SetBuffer(_recvBuffer, 0, BufferSize); socketEventargs.Completed += (sender, args) => ReadCallback(args); diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/ConnectionDataEventArgs.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/ConnectionDataEventArgs.cs index 0d358a6..c0037d4 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/ConnectionDataEventArgs.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/ConnectionDataEventArgs.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.ClientSystem.Base diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/ConnectionEventArgs.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/ConnectionEventArgs.cs index 8200194..48598e4 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/ConnectionEventArgs.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/ConnectionEventArgs.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.ClientSystem.Base diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/IClient.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/IClient.cs index 20da5a1..89c9814 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/IClient.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/IClient.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.ClientSystem.Base diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/IConnection.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/IConnection.cs index 4eee96f..accb813 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/IConnection.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/IConnection.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Net; -//Blizzless Project 2022 using System.Net.Sockets; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.ClientSystem.Base diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/NetworkThread.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/NetworkThread.cs index 7a853c9..1d46aff 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/NetworkThread.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/NetworkThread.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Threading; namespace DiIiS_NA.GameServer.ClientSystem.Base diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/Server.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/Server.cs index 988033f..f6c550a 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/Server.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/Base/Server.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Net.Sockets; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.ClientSystem.Base diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/GameClient.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/GameClient.cs index cb9b020..c5ca683 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/GameClient.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/GameClient.cs @@ -1,28 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.ClientSystem.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Tick; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.ClientSystem diff --git a/src/DiIiS-NA/D3-GameServer/ClientSystem/GameServer.cs b/src/DiIiS-NA/D3-GameServer/ClientSystem/GameServer.cs index 3df47dd..1b957f0 100644 --- a/src/DiIiS-NA/D3-GameServer/ClientSystem/GameServer.cs +++ b/src/DiIiS-NA/D3-GameServer/ClientSystem/GameServer.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Discord; +using DiIiS_NA.Core.Discord; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.ClientSystem.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.ClientSystem diff --git a/src/DiIiS-NA/D3-GameServer/CommandManager/AccountCommands.cs b/src/DiIiS-NA/D3-GameServer/CommandManager/AccountCommands.cs index 48ef6c1..fec84e1 100644 --- a/src/DiIiS-NA/D3-GameServer/CommandManager/AccountCommands.cs +++ b/src/DiIiS-NA/D3-GameServer/CommandManager/AccountCommands.cs @@ -1,23 +1,13 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.GuildSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.CommandManager diff --git a/src/DiIiS-NA/D3-GameServer/CommandManager/CommandAttribute.cs b/src/DiIiS-NA/D3-GameServer/CommandManager/CommandAttribute.cs index f1ec8c1..1aaff50 100644 --- a/src/DiIiS-NA/D3-GameServer/CommandManager/CommandAttribute.cs +++ b/src/DiIiS-NA/D3-GameServer/CommandManager/CommandAttribute.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 +using DiIiS_NA.LoginServer.AccountsSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.CommandManager diff --git a/src/DiIiS-NA/D3-GameServer/CommandManager/CommandGroup.cs b/src/DiIiS-NA/D3-GameServer/CommandManager/CommandGroup.cs index 43205ae..9b14ee4 100644 --- a/src/DiIiS-NA/D3-GameServer/CommandManager/CommandGroup.cs +++ b/src/DiIiS-NA/D3-GameServer/CommandManager/CommandGroup.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.CommandManager diff --git a/src/DiIiS-NA/D3-GameServer/CommandManager/CommandManager.cs b/src/DiIiS-NA/D3-GameServer/CommandManager/CommandManager.cs index 0a2ec54..c32d092 100644 --- a/src/DiIiS-NA/D3-GameServer/CommandManager/CommandManager.cs +++ b/src/DiIiS-NA/D3-GameServer/CommandManager/CommandManager.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.CommandManager diff --git a/src/DiIiS-NA/D3-GameServer/CommandManager/Config.cs b/src/DiIiS-NA/D3-GameServer/CommandManager/Config.cs index 00b25b0..734170b 100644 --- a/src/DiIiS-NA/D3-GameServer/CommandManager/Config.cs +++ b/src/DiIiS-NA/D3-GameServer/CommandManager/Config.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.CommandManager diff --git a/src/DiIiS-NA/D3-GameServer/Config.cs b/src/DiIiS-NA/D3-GameServer/Config.cs index 902e2eb..d8861f6 100644 --- a/src/DiIiS-NA/D3-GameServer/Config.cs +++ b/src/DiIiS-NA/D3-GameServer/Config.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer diff --git a/src/DiIiS-NA/D3-GameServer/Core/InventoryGrid.cs b/src/DiIiS-NA/D3-GameServer/Core/InventoryGrid.cs index 451ff01..f63c6c8 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/InventoryGrid.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/InventoryGrid.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using Item = DiIiS_NA.GameServer.GSSystem.ItemsSystem.Item; namespace DiIiS_NA.GameServer.Core diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Collision/AABB.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Collision/AABB.cs index a6fe804..527dca3 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Collision/AABB.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Collision/AABB.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 +using DiIiS_NA.Core.Storage; using System.Text; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; namespace DiIiS_NA.GameServer.Core.Types.Collision diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/PRTransform.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/PRTransform.cs index 9537fe2..aafa9c9 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/PRTransform.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/PRTransform.cs @@ -1,10 +1,6 @@ -//Blizzless Project 2022 -using System.Text; -//Blizzless Project 2022 +using System.Text; using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.Core.Types.Math diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Quaternion.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Quaternion.cs index b155d05..d14f7c7 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Quaternion.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Quaternion.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System.Text; -//Blizzless Project 2022 +using System.Text; using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; namespace DiIiS_NA.GameServer.Core.Types.Math diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector2D.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector2D.cs index d799fd9..8a95807 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector2D.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector2D.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using CrystalMpq; -//Blizzless Project 2022 +using CrystalMpq; using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.GameServer.Core.Types.Math diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector2F.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector2F.cs index a0f01da..1d39593 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector2F.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector2F.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Globalization; namespace DiIiS_NA.GameServer.Core.Types.Math diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector3D.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector3D.cs index 0b4cc93..e581c84 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector3D.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Math/Vector3D.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System.Text; -//Blizzless Project 2022 +using System.Text; using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; using System; using System.Numerics; diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Misc/Circle.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Misc/Circle.cs index bb3acd9..1d62586 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Misc/Circle.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Misc/Circle.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System.Drawing; namespace DiIiS_NA.GameServer.Core.Types.Misc diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Misc/RGBAColor.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Misc/RGBAColor.cs index 0b19368..892f06a 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Misc/RGBAColor.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Misc/RGBAColor.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using CrystalMpq; -//Blizzless Project 2022 +using CrystalMpq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.Core.Types.Misc diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/QuadTrees/QuadNode.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/QuadTrees/QuadNode.cs index b3da193..df7b793 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/QuadTrees/QuadNode.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/QuadTrees/QuadNode.cs @@ -1,10 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.ObjectModel; -//Blizzless Project 2022 using System.Drawing; namespace DiIiS_NA.GameServer.Core.Types.QuadTrees diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/QuadTrees/QuadTree.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/QuadTrees/QuadTree.cs index 4d020ca..396ec09 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/QuadTrees/QuadTree.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/QuadTrees/QuadTree.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Misc; using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Drawing; namespace DiIiS_NA.GameServer.Core.Types.QuadTrees diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/SNO/SNOGroup.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/SNO/SNOGroup.cs index bed7eb4..0eae3db 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/SNO/SNOGroup.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/SNO/SNOGroup.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.Core.Types.SNO diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/SNO/SNOHandle.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/SNO/SNOHandle.cs index 6a92226..57bb98f 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/SNO/SNOHandle.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/SNO/SNOHandle.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using CrystalMpq; -//Blizzless Project 2022 +using CrystalMpq; using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.Core.Types.SNO diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Scene/SceneCachedValues.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Scene/SceneCachedValues.cs index 3e8b7a5..fb710f9 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Scene/SceneCachedValues.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Scene/SceneCachedValues.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System.Text; -//Blizzless Project 2022 +using System.Text; using CrystalMpq; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Collision; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using Gibbed.IO; namespace DiIiS_NA.GameServer.Core.Types.Scene diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/Scene/SceneSpecification.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/Scene/SceneSpecification.cs index 02440f0..2cdc6e9 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/Scene/SceneSpecification.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/Scene/SceneSpecification.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using CrystalMpq; -//Blizzless Project 2022 +using CrystalMpq; using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.Core.Types.Scene diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/ActorKeys.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/ActorKeys.cs index 1d9ecaf..e93becd 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/ActorKeys.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/ActorKeys.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System.Collections.Generic; -//Blizzless Project 2022 +using System.Collections.Generic; using System.Reflection; namespace DiIiS_NA.GameServer.Core.Types.TagMap diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/AnimationSetKeys.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/AnimationSetKeys.cs index b4e4561..4d1b88d 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/AnimationSetKeys.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/AnimationSetKeys.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System.Collections.Generic; -//Blizzless Project 2022 +using System.Collections.Generic; using System.Reflection; namespace DiIiS_NA.GameServer.Core.Types.TagMap diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/MarkerKeys.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/MarkerKeys.cs index 770359a..ed7ad87 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/MarkerKeys.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/MarkerKeys.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System.Collections.Generic; -//Blizzless Project 2022 +using System.Collections.Generic; using System.Reflection; namespace DiIiS_NA.GameServer.Core.Types.TagMap diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/PowerKeys.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/PowerKeys.cs index a7cfa14..601bf75 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/PowerKeys.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/PowerKeys.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System.Collections.Generic; -//Blizzless Project 2022 +using System.Collections.Generic; using System.Reflection; namespace DiIiS_NA.GameServer.Core.Types.TagMap diff --git a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/TagMap.cs b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/TagMap.cs index 882fce1..1d3cc1e 100644 --- a/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/TagMap.cs +++ b/src/DiIiS-NA/D3-GameServer/Core/Types/TagMap/TagMap.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using CrystalMpq; -//Blizzless Project 2022 using Gibbed.IO; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; namespace DiIiS_NA.GameServer.Core.Types.TagMap diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brain.cs index 354848f..a0d46dd 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brain.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.AISystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/BrainState.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/BrainState.cs index 33bf21b..a218d83 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/BrainState.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/BrainState.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.AISystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/AggressiveNPCBrain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/AggressiveNPCBrain.cs index 7633a8f..83dc597 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/AggressiveNPCBrain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/AggressiveNPCBrain.cs @@ -1,30 +1,16 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/FollowerBrain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/FollowerBrain.cs index 31a5656..ccf0194 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/FollowerBrain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/FollowerBrain.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/HirelingBrain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/HirelingBrain.cs index 8b62a9f..9f87e6b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/HirelingBrain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/HirelingBrain.cs @@ -1,38 +1,20 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/LooterBrain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/LooterBrain.cs index 39251cb..fc164d4 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/LooterBrain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/LooterBrain.cs @@ -1,44 +1,23 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/MinionBrain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/MinionBrain.cs index 0dcebc1..8c2946c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/MinionBrain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/MinionBrain.cs @@ -1,39 +1,21 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/MonsterBrain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/MonsterBrain.cs index e64ab39..63a87e0 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/MonsterBrain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/MonsterBrain.cs @@ -1,43 +1,28 @@ -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.Core.MPQ; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains { public class MonsterBrain : Brain { + private new readonly Logger Logger; // list of power SNOs that are defined for the monster public Dictionary PresetPowers { get; private set; } @@ -62,37 +47,44 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains public MonsterBrain(Actor body) : base(body) { + Logger = LogManager.CreateLogger(GetType().Name); + PresetPowers = new Dictionary(); // build list of powers defined in monster mpq data - if (body.ActorData.MonsterSNO > 0) + if (body.ActorData.MonsterSNO <= 0) { - var monsterData = (DiIiS_NA.Core.MPQ.FileFormats.Monster)MPQStorage.Data.Assets[SNOGroup.Monster][body.ActorData.MonsterSNO].Data; - _mpqPowerCount = monsterData.SkillDeclarations.Count(e => e.SNOPower != -1); - for (int i = 0; i < monsterData.SkillDeclarations.Count(); i++) - { - if (monsterData.SkillDeclarations[i].SNOPower == -1) continue; - if (PowerLoader.HasImplementationForPowerSNO(monsterData.SkillDeclarations[i].SNOPower)) - { - var cooldownTime = monsterData.MonsterSkillDeclarations[i].Timer / 10f; - PresetPowers.Add(monsterData.SkillDeclarations[i].SNOPower, new Cooldown { CooldownTimer = null, CooldownTime = cooldownTime }); - } - } - - if (!monsterData.SkillDeclarations.Any(s => s.SNOPower == 30592)) - PresetPowers.Add(30592, new Cooldown { CooldownTimer = null, CooldownTime = 0f }); //hack for dummy mobs without powers + Logger.Warn($"$[red]${GetType().Name}$[/]$ - Monster \"{body.SNO}\" has no monster SNO"); + return; } + var monsterData = (DiIiS_NA.Core.MPQ.FileFormats.Monster)MPQStorage.Data.Assets[SNOGroup.Monster][body.ActorData.MonsterSNO].Data; + _mpqPowerCount = monsterData.SkillDeclarations.Count(e => e.SNOPower != -1); + for (int i = 0; i < monsterData.SkillDeclarations.Count(); i++) + { + if (monsterData.SkillDeclarations[i].SNOPower == -1) continue; + if (PowerLoader.HasImplementationForPowerSNO(monsterData.SkillDeclarations[i].SNOPower)) + { + var cooldownTime = monsterData.MonsterSkillDeclarations[i].Timer / 10f; + PresetPowers.Add(monsterData.SkillDeclarations[i].SNOPower, new Cooldown { CooldownTimer = null, CooldownTime = cooldownTime }); + } + } + + if (monsterData.SkillDeclarations.All(s => s.SNOPower != 30592)) + PresetPowers.Add(30592, new Cooldown { CooldownTimer = null, CooldownTime = 0f }); //hack for dummy mobs without powers } public override void Think(int tickCounter) { - if (Body.SNO == ActorSno._uber_siegebreakerdemon || - Body.SNO == ActorSno._a4dun_garden_corruption_monster || - Body.SNO == ActorSno._a4dun_garden_hellportal_pillar) - return; - if (Body.SNO == ActorSno._belialvoiceover) //BelialVoiceover - return; - if (Body.Hidden == true) + switch (Body.SNO) + { + case ActorSno._uber_siegebreakerdemon: + case ActorSno._a4dun_garden_corruption_monster: + case ActorSno._a4dun_garden_hellportal_pillar: + case ActorSno._belialvoiceover: + return; + } + + if (Body.Hidden) return; if (CurrentAction != null && PriorityTarget != null && PriorityTarget.Attributes[GameAttribute.Is_Helper] == true) @@ -103,7 +95,7 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains return; } - if (!(tickCounter % 60 == 0)) return; + if (tickCounter % 60 != 0) return; if (Body is NPC) return; @@ -146,16 +138,15 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains ); return; } - else return; + + return; } - else - Feared = false; - if (CurrentAction == null) + Feared = false; + + if (CurrentAction == null) { - - if (_powerDelay == null) - _powerDelay = new SecondsTickTimer(Body.World.Game, 1.0f); + _powerDelay ??= new SecondsTickTimer(Body.World.Game, 1.0f); if (AttackedBy != null || Body.GetObjectsInRange(50f).Count != 0) { if (_powerDelay.TimedOut) @@ -167,14 +158,13 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains if (PriorityTarget == null) { - List targets = new List(); + Actor[] targets; if (Body.Attributes[GameAttribute.Team_Override] == 1) targets = Body.GetObjectsInRange(60f) .Where(p => !p.Dead) .OrderBy((monster) => PowerMath.Distance2D(monster.Position, Body.Position)) - .Cast() - .ToList(); + .ToArray(); else targets = Body.GetActorsInRange(50f) .Where(p => ((p is Player) && !p.Dead && p.Attributes[GameAttribute.Loading] == false && p.Attributes[GameAttribute.Is_Helper] == false && p.World.BuffManager.GetFirstBuff(p) == null) @@ -183,10 +173,9 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains || ((p is Hireling) && !p.Dead) ) .OrderBy((actor) => PowerMath.Distance2D(actor.Position, Body.Position)) - .Cast() - .ToList(); + .ToArray(); - if (targets.Count == 0) return; + if (targets.Length == 0) return; _target = targets.First(); } @@ -210,28 +199,27 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains if (power is SummoningSkill) PresetPowers[powerToUse] = new Cooldown { CooldownTimer = null, CooldownTime = (Body is Boss ? 15f : 7f) }; - if (power is MonsterAffixSkill) - PresetPowers[powerToUse] = new Cooldown { CooldownTimer = null, CooldownTime = (power as MonsterAffixSkill).CooldownTime }; + if (power is MonsterAffixSkill monsterAffixSkill) + PresetPowers[powerToUse] = new Cooldown { CooldownTimer = null, CooldownTime = monsterAffixSkill.CooldownTime }; if (PresetPowers[powerToUse].CooldownTime > 0f) PresetPowers[powerToUse] = new Cooldown { CooldownTimer = new SecondsTickTimer(Body.World.Game, PresetPowers[powerToUse].CooldownTime), CooldownTime = PresetPowers[powerToUse].CooldownTime }; - if (powerToUse == 96925 || - powerToUse == 223284) + if (powerToUse is 96925 or 223284) PresetPowers[powerToUse] = new Cooldown { CooldownTimer = new SecondsTickTimer(Body.World.Game, 10f), CooldownTime = 10f }; } else if (Body.WalkSpeed != 0) { if (Body.SNO.IsWoodwraithOrWasp()) { - Logger.Trace("MoveToPointAction to target"); + Logger.Trace($"{GetType().Name} {nameof(MoveToPointAction)} to target [{_target.Position}]"); CurrentAction = new MoveToPointAction( Body, _target.Position ); } else { - Logger.Trace("MoveToTargetWithPathfindAction to target"); + Logger.Trace($"{GetType().Name} {nameof(MoveToTargetWithPathfindAction)} to target [{_target.ActorType}] {_target.SNO.ToString()}"); CurrentAction = new MoveToTargetWithPathfindAction( Body, _target, @@ -242,12 +230,11 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains } else { - switch (Body.SNO) + powerToUse = Body.SNO switch { - case ActorSno._a1dun_leor_firewall2: - powerToUse = 223284; - break; - } + ActorSno._a1dun_leor_firewall2 => 223284, + _ => powerToUse + }; CurrentAction = new PowerAction(Body, powerToUse, _target); if (power is SummoningSkill) @@ -278,36 +265,31 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains if (PriorityTarget == null) { - List targets = new List(); - - targets = Body.GetActorsInRange(50f) + var targets = Body.GetActorsInRange(50f) .Where(p => ((p is LorathNahr_NPC) && !p.Dead) || ((p is CaptainRumford) && !p.Dead) || (p is DesctructibleLootContainer && p.SNO.IsDoorOrBarricade()) || ((p is Cain) && !p.Dead)) .OrderBy((actor) => PowerMath.Distance2D(actor.Position, Body.Position)) - .Cast() - .ToList(); + .ToArray(); - if (targets.Count == 0) + if (targets.Length == 0) { targets = Body.GetActorsInRange(20f) .Where(p => ((p is Monster) && !p.Dead) || ((p is CaptainRumford) && !p.Dead) ) .OrderBy((actor) => PowerMath.Distance2D(actor.Position, Body.Position)) - .Cast() - .ToList(); + .ToArray(); - if (targets.Count == 0) + if (targets.Length == 0) return; - foreach (var tar in targets) - if (_target == null) - if (tar is Monster && tar != Body) - if (((tar as Monster).Brain as MonsterBrain).AttackedBy != null) - _target = ((tar as Monster).Brain as MonsterBrain).AttackedBy; + foreach (var monsterActor in targets.Where(tar => _target == null)) + if (monsterActor is Monster { Brain: MonsterBrain brain } monster && monsterActor != Body) + if (brain.AttackedBy != null) + _target = brain.AttackedBy; } else { @@ -346,14 +328,16 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains if (Body.WalkSpeed != 0) Body.TranslateFacing(_target.Position, false); //columns and other non-walkable shit can't turn - //Logger.Trace("PowerAction to target"); + + Logger.Trace($"{GetType().Name} {nameof(PowerAction)} to target [{_target.ActorType}] {_target.SNO.ToString()}"); + // Logger.Trace("PowerAction to target"); CurrentAction = new PowerAction(Body, powerToUse, _target); if (power is SummoningSkill) PresetPowers[powerToUse] = new Cooldown { CooldownTimer = null, CooldownTime = (Body is Boss ? 15f : 7f) }; - if (power is MonsterAffixSkill) - PresetPowers[powerToUse] = new Cooldown { CooldownTimer = null, CooldownTime = (power as MonsterAffixSkill).CooldownTime }; + if (power is MonsterAffixSkill monsterSkill) + PresetPowers[powerToUse] = new Cooldown { CooldownTimer = null, CooldownTime = monsterSkill.CooldownTime }; if (PresetPowers[powerToUse].CooldownTime > 0f) PresetPowers[powerToUse] = new Cooldown { CooldownTimer = new SecondsTickTimer(Body.World.Game, PresetPowers[powerToUse].CooldownTime), CooldownTime = PresetPowers[powerToUse].CooldownTime }; @@ -361,15 +345,17 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains else if (Body.WalkSpeed != 0) { if (Body.SNO.IsWoodwraithOrWasp()) - { - Logger.Trace("MoveToPointAction to target"); + { + Logger.Trace($"{GetType().Name} {nameof(MoveToPointAction)} to target [{_target.Position}]"); + CurrentAction = new MoveToPointAction( Body, _target.Position ); } else { - Logger.Trace("MoveToTargetWithPathfindAction to target"); + Logger.Trace($"{GetType().Name} {nameof(MoveToTargetWithPathfindAction)} to target [{_target.ActorType}] {_target.SNO.ToString()}"); + CurrentAction = new MoveToTargetWithPathfindAction( Body, //( @@ -397,23 +383,23 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains } } } - public static Core.Types.Math.Vector3D RandomPosibleDirection(Core.Types.Math.Vector3D position, float minRadius, float maxRadius, MapSystem.World wrld) + public static Core.Types.Math.Vector3D RandomPossibleDirection(Core.Types.Math.Vector3D position, float minRadius, float maxRadius, MapSystem.World world) { float angle = (float)(FastRandom.Instance.NextDouble() * Math.PI * 2); float radius = minRadius + (float)FastRandom.Instance.NextDouble() * (maxRadius - minRadius); - Core.Types.Math.Vector3D SP = null; + Core.Types.Math.Vector3D point = null; int tryC = 0; - while (tryC < 50) + while (tryC < 100) { //break; - SP = new Core.Types.Math.Vector3D(position.X + (float)Math.Cos(angle) * radius, + point = new Core.Types.Math.Vector3D(position.X + (float)Math.Cos(angle) * radius, position.Y + (float)Math.Sin(angle) * radius, position.Z); - if (wrld.CheckLocationForFlag(SP, DiIiS_NA.Core.MPQ.FileFormats.Scene.NavCellFlags.AllowWalk)) + if (world.CheckLocationForFlag(point, DiIiS_NA.Core.MPQ.FileFormats.Scene.NavCellFlags.AllowWalk)) break; tryC++; } - return SP; + return point; } public void FastAttack(Actor target, int skillSNO) @@ -422,15 +408,14 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains power.User = Body; if (Body.WalkSpeed != 0) Body.TranslateFacing(target.Position, false); //columns and other non-walkable shit can't turn - - //Logger.Trace("Fast PowerAction to target"); + Logger.Trace($"{GetType().Name} {nameof(FastAttack)} {nameof(PowerAction)} to target [{_target.ActorType}] {_target.SNO.ToString()}"); CurrentAction = new PowerAction(Body, skillSNO, target); if (power is SummoningSkill) PresetPowers[skillSNO] = new Cooldown { CooldownTimer = null, CooldownTime = (Body is Boss ? 15f : 7f) }; - if (power is MonsterAffixSkill) - PresetPowers[skillSNO] = new Cooldown { CooldownTimer = null, CooldownTime = (power as MonsterAffixSkill).CooldownTime }; + if (power is MonsterAffixSkill monsterAffixSkill) + PresetPowers[skillSNO] = new Cooldown { CooldownTimer = null, CooldownTime = monsterAffixSkill.CooldownTime }; if (PresetPowers[skillSNO].CooldownTime > 0f) PresetPowers[skillSNO] = new Cooldown { CooldownTimer = new SecondsTickTimer(Body.World.Game, PresetPowers[skillSNO].CooldownTime), CooldownTime = PresetPowers[skillSNO].CooldownTime }; @@ -440,27 +425,27 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains { if (!_warnedNoPowers && PresetPowers.Count == 0) { - Logger.Info("Monster \"{0}\" has no usable powers. {1} are defined in mpq data.", Body.Name, _mpqPowerCount); + Logger.Warn($"Monster $[red]$\"{Body.Name}\"$[/]$ has no usable powers. {_mpqPowerCount} are defined in mpq data."); _warnedNoPowers = true; + return -1; } // randomly used an implemented power - if (PresetPowers.Count > 0) + if (PresetPowers.Count <= 0) return -1; + + //int power = this.PresetPowers[RandomHelper.Next(this.PresetPowers.Count)].Key; + var availablePowers = PresetPowers.Where(p => (p.Value.CooldownTimer == null || p.Value.CooldownTimer.TimedOut) && PowerLoader.HasImplementationForPowerSNO(p.Key)).Select(p => p.Key).ToList(); + if (availablePowers.Count(p => p != 30592) > 0) { - //int power = this.PresetPowers[RandomHelper.Next(this.PresetPowers.Count)].Key; - List availablePowers = Enumerable.ToList(PresetPowers.Where(p => (p.Value.CooldownTimer == null || p.Value.CooldownTimer.TimedOut) && PowerLoader.HasImplementationForPowerSNO(p.Key)).Select(p => p.Key)); - if (availablePowers.Where(p => p != 30592).Count() > 0) - { - int SelectedPower = availablePowers.Where(p => p != 30592).ToList()[RandomHelper.Next(availablePowers.Where(p => p != 30592).ToList().Count())]; - //if(SelectedPower == 73824) - //if(SkeletonKingWhirlwind) - return SelectedPower; - } - else - if (availablePowers.Contains(30592)) - return 30592; //melee attack + int SelectedPower = availablePowers.Where(p => p != 30592).ToList()[RandomHelper.Next(availablePowers.Where(p => p != 30592).ToList().Count())]; + //if(SelectedPower == 73824) + //if(SkeletonKingWhirlwind) + return SelectedPower; } + if (availablePowers.Contains(30592)) + return 30592; //melee attack + // no usable power return -1; } @@ -469,14 +454,17 @@ namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains { if (PresetPowers.ContainsKey(powerSNO)) { + Logger.Warn($"Monster $[red]$\"{Body.Name}\"$[/]$ already has power {powerSNO}."); // Logger.Debug("AddPresetPower(): power sno {0} already defined for monster \"{1}\"", //powerSNO, this.Body.ActorSNO.Name); return; } - if (PresetPowers.ContainsKey(30592)) //if can cast melee - PresetPowers.Add(powerSNO, new Cooldown { CooldownTimer = null, CooldownTime = 5f }); - else - PresetPowers.Add(powerSNO, new Cooldown { CooldownTimer = null, CooldownTime = 1f + (float)FastRandom.Instance.NextDouble() }); + + PresetPowers.Add(powerSNO, + PresetPowers.ContainsKey(30592) //if can cast melee + ? new Cooldown { CooldownTimer = null, CooldownTime = 5f } + : new Cooldown + { CooldownTimer = null, CooldownTime = 1f + (float)FastRandom.Instance.NextDouble() }); } public void RemovePresetPower(int powerSNO) diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/NPCBrain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/NPCBrain.cs index 30be25e..8533eda 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/NPCBrain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/NPCBrain.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/StayAggressiveNPCBrain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/StayAggressiveNPCBrain.cs index c7af507..2170555 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/StayAggressiveNPCBrain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/AISystem/Brains/StayAggressiveNPCBrain.cs @@ -1,34 +1,18 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.AISystem.Brains diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actions/ActorAction.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actions/ActorAction.cs index 00df668..e56fa2a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actions/ActorAction.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actions/ActorAction.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions { diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actions/PowerAction.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actions/PowerAction.cs index 7a99d7e..74303bd 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actions/PowerAction.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actions/PowerAction.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.TagMap; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actor.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actor.cs index c3b1043..57b548c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actor.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Actor.cs @@ -1,55 +1,29 @@ -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using System.Linq; using DiIiS_NA.Core.MPQ; using Player = DiIiS_NA.GameServer.GSSystem.PlayerSystem.Player; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ActorFactory.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ActorFactory.cs index ee2f118..bc0d8b9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ActorFactory.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ActorFactory.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.Core.MPQ; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/BossPortal.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/BossPortal.cs index 3e070e1..6e9573b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/BossPortal.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/BossPortal.cs @@ -1,35 +1,19 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Encounter; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map; -////Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal; -//Blizzless Project 2022 +//using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal; using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Environment.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Environment.cs index bc6524d..49c581f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Environment.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Environment.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Gizmo.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Gizmo.cs index b8acc8a..5b6887d 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Gizmo.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Gizmo.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/HandledSNO.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/HandledSNO.cs index 0e70eed..98c30c8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/HandledSNO.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/HandledSNO.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Artisan.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Artisan.cs index cdae233..1f9289a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Artisan.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Artisan.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Interactions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Artisans diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/ArtisanShortcut.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/ArtisanShortcut.cs index 5bdd5df..b42e2fe 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/ArtisanShortcut.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/ArtisanShortcut.cs @@ -1,11 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Artisans diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Blacksmith.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Blacksmith.cs index a45d9d5..f0be311 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Blacksmith.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Blacksmith.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Artisans diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Jeweler.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Jeweler.cs index c597e95..0a31dc1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Jeweler.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Jeweler.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Artisans diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Mystic.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Mystic.cs index 86c1923..b5040c2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Mystic.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Mystic.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Artisans diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Nephalem.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Nephalem.cs index 75f3660..425b58e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Nephalem.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/Nephalem.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Artisans diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/ZoltunNPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/ZoltunNPC.cs index c5aa7b8..c49466b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/ZoltunNPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Artisans/ZoltunNPC.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Storage; +using DiIiS_NA.Core.Storage; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Interactions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Artisans diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Boss.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Boss.cs index 2f7c768..0f0abeb 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Boss.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Boss.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CR_Glass.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CR_Glass.cs index 224938f..a4c611e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CR_Glass.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CR_Glass.cs @@ -1,13 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CathedralLamp.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CathedralLamp.cs index 20f7d76..9d899db 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CathedralLamp.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CathedralLamp.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CathedralWall.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CathedralWall.cs index 7f1c35d..117610e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CathedralWall.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CathedralWall.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ChallengeObelisk.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ChallengeObelisk.cs index 0f1edf2..5c8327f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ChallengeObelisk.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ChallengeObelisk.cs @@ -1,27 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Champion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Champion.cs index 88f9f00..101eca8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Champion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Champion.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Checkpoint.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Checkpoint.cs index b713a91..dd5fdc3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Checkpoint.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Checkpoint.cs @@ -1,11 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CursedChest.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CursedChest.cs index b62962f..06fe2d2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CursedChest.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CursedChest.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CursedShrine.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CursedShrine.cs index 8bba0b7..df69a3e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CursedShrine.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/CursedShrine.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/DesctructibleLootContainer.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/DesctructibleLootContainer.cs index fe658ff..90e4883 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/DesctructibleLootContainer.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/DesctructibleLootContainer.cs @@ -1,29 +1,16 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Door.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Door.cs index ea1ea4b..3bf4ada 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Door.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Door.cs @@ -1,29 +1,16 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/DungeonStonePortal.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/DungeonStonePortal.cs index 0e2fcd4..371d605 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/DungeonStonePortal.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/DungeonStonePortal.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/EquipmentManager.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/EquipmentManager.cs index da4baef..b8cd3f9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/EquipmentManager.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/EquipmentManager.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Ghost.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Ghost.cs index 294723d..0cc6b8e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Ghost.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Ghost.cs @@ -1,9 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Goblin.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Goblin.cs index c5f6044..66601bf 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Goblin.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Goblin.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Headstone.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Headstone.cs index d9886ce..040370a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Headstone.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Headstone.cs @@ -1,14 +1,9 @@  -//Blizzless Project 2022 using System.Linq; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Healer.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Healer.cs index 181377a..c2e3a5f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Healer.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Healer.cs @@ -1,13 +1,8 @@ -//Blizzless Project 2022 -using System.Linq; +using System.Linq; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Healthwell.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Healthwell.cs index 6b4b442..7674534 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Healthwell.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Healthwell.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/HearthPortal.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/HearthPortal.cs index 7ea9a16..a260a0e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/HearthPortal.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/HearthPortal.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/HiddenVendor.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/HiddenVendor.cs index c62bf0c..d99821f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/HiddenVendor.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/HiddenVendor.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Enchantress.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Enchantress.cs index 075c82b..5f506b2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Enchantress.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Enchantress.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Hireling.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Hireling.cs index 8725946..f0ba391 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Hireling.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Hireling.cs @@ -1,40 +1,21 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Pet; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Interactions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Leah.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Leah.cs index aa360b6..b71f21e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Leah.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Leah.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Hash; +using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/MalthaelHireling.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/MalthaelHireling.cs index 491a2b3..c6e56f2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/MalthaelHireling.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/MalthaelHireling.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Scoundrel.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Scoundrel.cs index 6ea169a..edec291 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Scoundrel.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Scoundrel.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Templar.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Templar.cs index 7d61ed9..44864a2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Templar.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Hirelings/Templar.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/InnKeeper.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/InnKeeper.cs index 1ee6b00..5012410 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/InnKeeper.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/InnKeeper.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Kadala.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Kadala.cs index e5a50a2..468bede 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Kadala.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Kadala.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LegendaryChest.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LegendaryChest.cs index e3484de..0b6d8fb 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LegendaryChest.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LegendaryChest.cs @@ -1,33 +1,18 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Text; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LootContainer.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LootContainer.cs index b3fa6db..701ecd7 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LootContainer.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LootContainer.cs @@ -1,31 +1,17 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LootRunPortal.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LootRunPortal.cs index b6572ff..ddde9ac 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LootRunPortal.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/LootRunPortal.cs @@ -1,33 +1,18 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientKorlic.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientKorlic.cs index 5eb3cb7..6db2a28 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientKorlic.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientKorlic.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PowerSystem; using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientMawdawc.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientMawdawc.cs index bb1594d..297af8f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientMawdawc.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientMawdawc.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PowerSystem; using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientTalic.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientTalic.cs index 750ebf4..a614abf 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientTalic.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AncientTalic.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PowerSystem; using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AvatarsOfTheOrder.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AvatarsOfTheOrder.cs index d3aa803..56489ab 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AvatarsOfTheOrder.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/AvatarsOfTheOrder.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CompanionMinion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CompanionMinion.cs index 51d2304..4e7bf41 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CompanionMinion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CompanionMinion.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CorpseSpider.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CorpseSpider.cs index 0cfde89..48434c9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CorpseSpider.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CorpseSpider.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CorpseSpiderQueen.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CorpseSpiderQueen.cs index 020082a..6238cbc 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CorpseSpiderQueen.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/CorpseSpiderQueen.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyHunter.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyHunter.cs index a230103..3bb4a02 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyHunter.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyHunter.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyMelee.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyMelee.cs index 4d0ed88..17676d1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyMelee.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyMelee.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem; using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.D3_GameServer.Core.Types.SNO; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyShaman.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyShaman.cs index 1de530a..840859e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyShaman.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/FetishArmyShaman.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/GargantuanMinion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/GargantuanMinion.cs index 3503a4a..17ec68b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/GargantuanMinion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/GargantuanMinion.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/Golems.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/Golems.cs index bf0bcb3..3e55d37 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/Golems.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/Golems.cs @@ -1,27 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/HexMinion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/HexMinion.cs index 5154afe..8fed7c1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/HexMinion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/HexMinion.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/LooterPetAnniversary.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/LooterPetAnniversary.cs index 83c79ee..fac1d46 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/LooterPetAnniversary.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/LooterPetAnniversary.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/MirrorImageMinion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/MirrorImageMinion.cs index ac48e43..6e2afc3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/MirrorImageMinion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/MirrorImageMinion.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/MysticAllyMinion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/MysticAllyMinion.cs index a268527..2ed0dde 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/MysticAllyMinion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/MysticAllyMinion.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/NecromancerSkeleton_A.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/NecromancerSkeleton_A.cs index 2f896b7..e6f27c6 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/NecromancerSkeleton_A.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/NecromancerSkeleton_A.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/SentryMinion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/SentryMinion.cs index d4e3519..55fac6a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/SentryMinion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/SentryMinion.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/SkeletalMage.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/SkeletalMage.cs index e942e35..370e539 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/SkeletalMage.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/SkeletalMage.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/WallCreeper.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/WallCreeper.cs index eecc77f..21eac17 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/WallCreeper.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/WallCreeper.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/ZombieDog.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/ZombieDog.cs index fc9cc9f..67fe5f0 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/ZombieDog.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Minions/ZombieDog.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System.Linq; -//Blizzless Project 2022 +using System.Linq; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Bosses.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Bosses.cs index 8b614e8..7907a58 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Bosses.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Bosses.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Monsters @@ -29,8 +20,7 @@ namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Monsters { Attributes[GameAttribute.MinimapActive] = true; Attributes[GameAttribute.Immune_To_Charm] = true; - Attributes[GameAttribute.//Blizzless Project 2022 -using_Bossbar] = true; + Attributes[GameAttribute.using_Bossbar] = true; Attributes[GameAttribute.InBossEncounter] = true; Attributes[GameAttribute.Hitpoints_Cur] = Attributes[GameAttribute.Hitpoints_Max_Total]; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Monsters.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Monsters.cs index fc21bca..0a99c0c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Monsters.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Monsters.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Monsters diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Traps.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Traps.cs index 4dcdbaa..cec9271 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Traps.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Monsters/Traps.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Monsters diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/ArrowGuardian.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/ArrowGuardian.cs index a81711a..681b040 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/ArrowGuardian.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/ArrowGuardian.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 +using DiIiS_NA.Core.MPQ; using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using MonsterFF = DiIiS_NA.Core.MPQ.FileFormats.Monster; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/BarbarianNPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/BarbarianNPC.cs index afaeed8..4d1d756 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/BarbarianNPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/BarbarianNPC.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/CR_Nephalem.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/CR_Nephalem.cs index 16c3789..0a68d7f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/CR_Nephalem.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/CR_Nephalem.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Cain.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Cain.cs index 0cacc26..86ddb59 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Cain.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Cain.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/CapitanRumford.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/CapitanRumford.cs index 70f9b35..3a87012 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/CapitanRumford.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/CapitanRumford.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 +using DiIiS_NA.Core.MPQ; using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using MonsterFF = DiIiS_NA.Core.MPQ.FileFormats.Monster; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Fate.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Fate.cs index 7d478f1..cd2bdfb 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Fate.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Fate.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/GhostOnSpire.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/GhostOnSpire.cs index b0e8b2e..0a073d3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/GhostOnSpire.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/GhostOnSpire.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/HirelingNPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/HirelingNPC.cs index 2320a28..de7965a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/HirelingNPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/HirelingNPC.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 +using DiIiS_NA.Core.MPQ; using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using MonsterFF = DiIiS_NA.Core.MPQ.FileFormats.Monster; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Hope.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Hope.cs index 078e728..b45ec62 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Hope.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Hope.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Humans.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Humans.cs index d4e9ae7..f6b3b98 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Humans.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Humans.cs @@ -1,9 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/Barbarian_KKG.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/Barbarian_KKG.cs index 86f31c5..0977c88 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/Barbarian_KKG.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/Barbarian_KKG.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.D3_GameServer.Core.Types.SNO; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/Barbarian_KKG_Follower_NPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/Barbarian_KKG_Follower_NPC.cs index f2ab260..44f4c5e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/Barbarian_KKG_Follower_NPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/Barbarian_KKG_Follower_NPC.cs @@ -1,10 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.D3_GameServer.Core.Types.SNO; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/p2_HQ_ZoltunKulle_NPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/p2_HQ_ZoltunKulle_NPC.cs index e1be110..345b0e4 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/p2_HQ_ZoltunKulle_NPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/KKG/p2_HQ_ZoltunKulle_NPC.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/LeahNPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/LeahNPC.cs index 5297193..a4f9029 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/LeahNPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/LeahNPC.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/LorathNahr_NPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/LorathNahr_NPC.cs index 4a7c201..7e34a02 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/LorathNahr_NPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/LorathNahr_NPC.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 +using DiIiS_NA.Core.MPQ; using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using MonsterFF = DiIiS_NA.Core.MPQ.FileFormats.Monster; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Mystic_NoVendor.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Mystic_NoVendor.cs index be8147f..b14151d 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Mystic_NoVendor.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Mystic_NoVendor.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Cow.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Cow.cs index 1267dbd..338c8cf 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Cow.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Cow.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.TagMap; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Farnham.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Farnham.cs index 2989f7c..898ea21 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Farnham.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Farnham.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.TagMap; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Griswold.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Griswold.cs index 3ff3e29..53e1448 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Griswold.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Griswold.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.TagMap; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Ogden.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Ogden.cs index 853f738..d0874b3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Ogden.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Ogden.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.TagMap; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Pepin.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Pepin.cs index b262865..37238a3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Pepin.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/OldTristramEvent/Pepin.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.TagMap; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/TownLeah.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/TownLeah.cs index ae54616..823124d 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/TownLeah.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/TownLeah.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 +using DiIiS_NA.Core.MPQ; using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using MonsterFF = DiIiS_NA.Core.MPQ.FileFormats.Monster; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Tyrael.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Tyrael.cs index 29af47a..c642c2e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Tyrael.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NPC/Tyrael.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 +using DiIiS_NA.Core.MPQ; using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using MonsterFF = DiIiS_NA.Core.MPQ.FileFormats.Monster; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NecromancerFlesh.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NecromancerFlesh.cs index 8e1c8cc..fa14590 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NecromancerFlesh.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NecromancerFlesh.cs @@ -1,9 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NephalemStone.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NephalemStone.cs index f470a4e..b81022c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NephalemStone.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/NephalemStone.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ProximityTriggeredGizmo.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ProximityTriggeredGizmo.cs index b915edc..bdd6e30 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ProximityTriggeredGizmo.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ProximityTriggeredGizmo.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Rare.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Rare.cs index e68e62d..2520b71 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Rare.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Rare.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/RareMinion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/RareMinion.cs index 603df65..da76f2e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/RareMinion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/RareMinion.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Readable.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Readable.cs index ec5e0cf..6b07d1a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Readable.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Readable.cs @@ -1,27 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Savepoint.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Savepoint.cs index 464b81d..336476f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Savepoint.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Savepoint.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System.Drawing; -//Blizzless Project 2022 +using System.Drawing; using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A2BelialBomb.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A2BelialBomb.cs index 2865a5f..bd9d072 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A2BelialBomb.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A2BelialBomb.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5BogBeacon.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5BogBeacon.cs index bca3987..9634aca 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5BogBeacon.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5BogBeacon.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5BogMarker.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5BogMarker.cs index be25ad5..608107a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5BogMarker.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5BogMarker.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System.Drawing; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5ClassGhost.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5ClassGhost.cs index 2fe1fc5..4b3e224 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5ClassGhost.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/A5ClassGhost.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using System.Drawing; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/ActVBarricade.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/ActVBarricade.cs index c068bdf..ccb94e2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/ActVBarricade.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/ActVBarricade.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/BelialRoom.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/BelialRoom.cs index 5497842..099a973 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/BelialRoom.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/BelialRoom.cs @@ -1,27 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/BladeTrap.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/BladeTrap.cs index 79ae73a..6affd3c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/BladeTrap.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/BladeTrap.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Brawler.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Brawler.cs index 5c61c50..6840ea9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Brawler.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Brawler.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/ButcherFloorPanel.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/ButcherFloorPanel.cs index 0a0e183..f575987 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/ButcherFloorPanel.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/ButcherFloorPanel.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CainBook.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CainBook.cs index 58db544..a89f62e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CainBook.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CainBook.cs @@ -1,27 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CathSpikes.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CathSpikes.cs index 4411687..2d03eb3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CathSpikes.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CathSpikes.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CowBones.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CowBones.cs index 40974a1..da83f5b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CowBones.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CowBones.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CowKing.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CowKing.cs index 2d46715..ad6a4e6 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CowKing.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/CowKing.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Gharbad.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Gharbad.cs index 4b61eb3..e5f6cc2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Gharbad.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Gharbad.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PlayerSystem; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Jondar.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Jondar.cs index e51ed99..1e5b814 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Jondar.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Jondar.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Leoric.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Leoric.cs index 32a6d6c..7eb1752 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Leoric.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Leoric.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/PVPSafeZone.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/PVPSafeZone.cs index 922fbea..88e01b0 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/PVPSafeZone.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/PVPSafeZone.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/PVPTraining.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/PVPTraining.cs index bd3f439..48d2a57 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/PVPTraining.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/PVPTraining.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/RefugeeCart.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/RefugeeCart.cs index dc65fd5..bcbc997 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/RefugeeCart.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/RefugeeCart.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Scoundrel.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Scoundrel.cs index ece3767..ab122f2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Scoundrel.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/Scoundrel.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/SwordOfLeoric.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/SwordOfLeoric.cs index 3a48f2b..52e15d9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/SwordOfLeoric.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/SwordOfLeoric.cs @@ -1,29 +1,16 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/WhimsyshirePortal.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/WhimsyshirePortal.cs index 9aa4269..9318dab 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/WhimsyshirePortal.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/WhimsyshirePortal.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PlayerSystem; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/X1_Westm_Door_Giant_Event.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/X1_Westm_Door_Giant_Event.cs index 8de27e0..317f805 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/X1_Westm_Door_Giant_Event.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/X1_Westm_Door_Giant_Event.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIIIBridgeLever.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIIIBridgeLever.cs index 40583f3..fa8e34f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIIIBridgeLever.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIIIBridgeLever.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIIICatapult.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIIICatapult.cs index a0511e0..9d194f6 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIIICatapult.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIIICatapult.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIITombLever.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIITombLever.cs index 765b7c1..7053199 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIITombLever.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIITombLever.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIVPortal.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIVPortal.cs index 8fbe074..dbdcb19 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIVPortal.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actIVPortal.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actVFortressPortal.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actVFortressPortal.cs index 907474d..ce1d16e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actVFortressPortal.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/actVFortressPortal.cs @@ -1,33 +1,18 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Hash; +using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/caOut_Cage.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/caOut_Cage.cs index 62715fd..42b1348 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/caOut_Cage.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/caOut_Cage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/trDun_Crypt_2floor.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/trDun_Crypt_2floor.cs index 92cdb65..00ddeb1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/trDun_Crypt_2floor.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/ScriptObjects/trDun_Crypt_2floor.cs @@ -1,11 +1,7 @@ -//Blizzless Project 2022 -using System.Collections.Generic; +using System.Collections.Generic; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/SetDungeon.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/SetDungeon.cs index 3ce8246..1b3b84a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/SetDungeon.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/SetDungeon.cs @@ -1,13 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Shrine.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Shrine.cs index 7c5ca13..8c14c77 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Shrine.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Shrine.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Spawners/KingGhost_Spawner.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Spawners/KingGhost_Spawner.cs index 08b7eb2..a5d069f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Spawners/KingGhost_Spawner.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Spawners/KingGhost_Spawner.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Spawners diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Spawners/x1_Skeleton_Westmarch_CorpseSpawn.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Spawners/x1_Skeleton_Westmarch_CorpseSpawn.cs index f2d8de9..a2b5f1b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Spawners/x1_Skeleton_Westmarch_CorpseSpawn.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Spawners/x1_Skeleton_Westmarch_CorpseSpawn.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Spawners diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/StartingPoint.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/StartingPoint.cs index 1b0094a..4df77ff 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/StartingPoint.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/StartingPoint.cs @@ -1,9 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Stash.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Stash.cs index 859b7d1..86dbe8a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Stash.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Stash.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Traps/FrostTrapSwingingBlade.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Traps/FrostTrapSwingingBlade.cs index b0f438a..30d44d8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Traps/FrostTrapSwingingBlade.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Traps/FrostTrapSwingingBlade.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Unique.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Unique.cs index 843c142..7cd36bf 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Unique.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Unique.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Vendor.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Vendor.cs index 1e1e0b8..ea3217c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Vendor.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Vendor.cs @@ -1,31 +1,17 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.NPC; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Wardrobe.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Wardrobe.cs index 088d73e..53bd3d0 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Wardrobe.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Wardrobe.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Waypoint.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Waypoint.cs index 34f56d2..b614465 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Waypoint.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/Waypoint.cs @@ -1,43 +1,23 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Act; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Waypoint; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/XPPool.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/XPPool.cs index 56dd469..47ae8a7 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/XPPool.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Implementations/XPPool.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Interactions/Interactions.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Interactions/Interactions.cs index 2ee19d5..5503442 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Interactions/Interactions.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Interactions/Interactions.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Interactions diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/InteractiveNPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/InteractiveNPC.cs index 7129882..0543806 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/InteractiveNPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/InteractiveNPC.cs @@ -1,50 +1,26 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Pet; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Interactions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.NPC; -//Blizzless Project 2022 using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Living.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Living.cs index 385f4e8..0b682b8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Living.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Living.cs @@ -1,31 +1,17 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Minion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Minion.cs index 6380d09..fa1d412 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Minion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Minion.cs @@ -1,38 +1,20 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using MonsterFF = DiIiS_NA.Core.MPQ.FileFormats.Monster; -//Blizzless Project 2022 using ActorFF = DiIiS_NA.Core.MPQ.FileFormats.Actor; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Pet; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Monster.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Monster.cs index 6be66b2..b3f4776 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Monster.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Monster.cs @@ -1,35 +1,19 @@  -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using MonsterFF = DiIiS_NA.Core.MPQ.FileFormats.Monster; -//Blizzless Project 2022 using GameBalance = DiIiS_NA.Core.MPQ.FileFormats.GameBalance; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToPointAction.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToPointAction.cs index 650aaf3..bb69c55 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToPointAction.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToPointAction.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToPointWithPathfindAction.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToPointWithPathfindAction.cs index 94483ee..9862455 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToPointWithPathfindAction.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToPointWithPathfindAction.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToTargetWithPathfindAction.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToTargetWithPathfindAction.cs index 3f79de9..2e15822 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToTargetWithPathfindAction.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MoveToTargetWithPathfindAction.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Actions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MovementHelpers.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MovementHelpers.cs index f266e21..ec3c6ed 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MovementHelpers.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Movement/MovementHelpers.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/NPC.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/NPC.cs index 86a7287..44d95a2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/NPC.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/NPC.cs @@ -1,9 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Portal.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Portal.cs index 5443293..81b4de0 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Portal.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Portal.cs @@ -1,47 +1,25 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ServerProp.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ServerProp.cs index 02a2799..f0ca7af 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ServerProp.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/ServerProp.cs @@ -1,14 +1,9 @@ -//Blizzless Project 2022 -using System.Collections.Generic; +using System.Collections.Generic; using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Spawner.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Spawner.cs index 504f144..a86414d 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Spawner.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/Spawner.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/StaticItem.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/StaticItem.cs index 824bfb6..efccc42 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/StaticItem.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ActorSystem/StaticItem.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.ActorSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GSBackend.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GSBackend.cs index 63e95ae..62ecdcd 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GSBackend.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GSBackend.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 +using DiIiS_NA.Core.Extensions; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using WatsonTcp; namespace DiIiS_NA.GameServer.GSSystem.GameSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/Game.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/Game.cs index e6ec969..872f3b1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/Game.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/Game.cs @@ -1,70 +1,36 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem; using GameBalance = DiIiS_NA.Core.MPQ.FileFormats.GameBalance; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Threading; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Act; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Team; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Text; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using System.Diagnostics; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameManager.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameManager.cs index cea445d..f703915 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameManager.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameManager.cs @@ -1,26 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 +using DiIiS_NA.Core.Extensions; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.GameSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameUpdateManager.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameUpdateManager.cs index f0bc3e4..0426f82 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameUpdateManager.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameUpdateManager.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Threading; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; namespace DiIiS_NA.GameServer.GSSystem.GameSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameUpdateThread.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameUpdateThread.cs index ebfa80a..53a1867 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameUpdateThread.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/GameUpdateThread.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Diagnostics; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Threading; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using System.Runtime.InteropServices; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; namespace DiIiS_NA.GameServer.GSSystem.GameSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/QuestManager.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/QuestManager.cs index 86f61d1..46ab9d4 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/QuestManager.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/QuestManager.cs @@ -1,34 +1,18 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Linq; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/DRLGTemplate.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/DRLGTemplate.cs index dccbf63..c7bafa5 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/DRLGTemplate.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/DRLGTemplate.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using System.Collections.Generic; -//Blizzless Project 2022 +using System.Collections.Generic; using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/LoreRegistry.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/LoreRegistry.cs index 9994d1c..95ec9a5 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/LoreRegistry.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/LoreRegistry.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/MonsterAffixGenerator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/MonsterAffixGenerator.cs index 187729d..17e29bc 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/MonsterAffixGenerator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/MonsterAffixGenerator.cs @@ -1,32 +1,17 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; -//Blizzless Project 2022 using Actor = DiIiS_NA.GameServer.GSSystem.ActorSystem.Actor; -//Blizzless Project 2022 using Monster = DiIiS_NA.GameServer.GSSystem.ActorSystem.Monster; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; namespace DiIiS_NA.GameServer.GSSystem.GeneratorsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/SpawnGenerator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/SpawnGenerator.cs index 9929d1d..6f998a9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/SpawnGenerator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/SpawnGenerator.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; namespace DiIiS_NA.GameServer.GSSystem.GeneratorsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/WorldGenerator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/WorldGenerator.cs index e647c40..16288e1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/WorldGenerator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/GeneratorsSystem/WorldGenerator.cs @@ -1,52 +1,27 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Collision; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using World = DiIiS_NA.GameServer.GSSystem.MapSystem.World; -//Blizzless Project 2022 using Scene = DiIiS_NA.GameServer.GSSystem.MapSystem.Scene; -//Blizzless Project 2022 using Affix = DiIiS_NA.GameServer.GSSystem.ItemsSystem.Affix; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.WorldSceneBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Scene; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Interactions; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Affix.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Affix.cs index 346ccf1..23e4065 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Affix.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Affix.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/AffixGenerator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/AffixGenerator.cs index fd37a1e..cc1b8a1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/AffixGenerator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/AffixGenerator.cs @@ -1,24 +1,13 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/FormulaScript.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/FormulaScript.cs index aac7ff1..2a214e9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/FormulaScript.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/FormulaScript.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/HandledItem.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/HandledItem.cs index 5cac7e1..e32a008 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/HandledItem.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/HandledItem.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/HandledType.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/HandledType.cs index a3c4dfd..0602466 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/HandledType.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/HandledType.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/Book.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/Book.cs index 7cdf727..9ecf952 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/Book.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/Book.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/Dye.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/Dye.cs index af7e026..56aa705 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/Dye.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/Dye.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem; using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/SpellRune.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/SpellRune.cs index 3fdbd0a..0838e66 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/SpellRune.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Implementations/SpellRune.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 +using DiIiS_NA.LoginServer.Toons; using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Item.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Item.cs index 3ca118c..0359386 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Item.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/Item.cs @@ -1,43 +1,23 @@ -//Blizzless Project 2022 - + using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using Actor = DiIiS_NA.GameServer.GSSystem.ActorSystem.Actor; -//Blizzless Project 2022 using World = DiIiS_NA.GameServer.GSSystem.MapSystem.World; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/AttributeCreatorFactory.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/AttributeCreatorFactory.cs index 35d89c3..558556b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/AttributeCreatorFactory.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/AttributeCreatorFactory.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem.ItemCreation diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/DefaultAttributeCreator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/DefaultAttributeCreator.cs index 478f316..53a84f0 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/DefaultAttributeCreator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/DefaultAttributeCreator.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem.ItemCreation diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/IItemAttributeCreator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/IItemAttributeCreator.cs index 48c9286..0a758da 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/IItemAttributeCreator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/IItemAttributeCreator.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem.ItemCreation diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/PotionAttributeCreator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/PotionAttributeCreator.cs index d429c76..516dabd 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/PotionAttributeCreator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/PotionAttributeCreator.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem.ItemCreation diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/WeaponAttributeCreator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/WeaponAttributeCreator.cs index 09c25b8..0f993b3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/WeaponAttributeCreator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemCreation/WeaponAttributeCreator.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem.ItemCreation diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemGenerator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemGenerator.cs index f199b8f..d7d6d28 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemGenerator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemGenerator.cs @@ -1,45 +1,24 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using NHibernate.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using Scene = DiIiS_NA.GameServer.GSSystem.MapSystem.Scene; -//Blizzless Project 2022 using World = DiIiS_NA.GameServer.GSSystem.MapSystem.World; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemGroup.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemGroup.cs index e6cd84a..8a182a8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemGroup.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/ItemGroup.cs @@ -1,24 +1,13 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/LootManager.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/LootManager.cs index cf287a2..c5a1fb8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/LootManager.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/LootManager.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/UniqueItems.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/UniqueItems.cs index 5a94512..d525ec1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/UniqueItems.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ItemsSystem/UniqueItems.cs @@ -1,34 +1,18 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Diagnostics; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using Microsoft.Data.Sqlite; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; namespace DiIiS_NA.GameServer.GSSystem.ItemsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/MapSystem/Scene.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/MapSystem/Scene.cs index f2e9f0d..4eb02f5 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/MapSystem/Scene.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/MapSystem/Scene.cs @@ -1,51 +1,27 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Collision; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Scene; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Scene; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using Actor = DiIiS_NA.GameServer.GSSystem.ActorSystem.Actor; namespace DiIiS_NA.GameServer.GSSystem.MapSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/MapSystem/World.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/MapSystem/World.cs index 161f3e0..6296a5e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/MapSystem/World.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/MapSystem/World.cs @@ -1,53 +1,28 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.QuadTrees; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Concurrent; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.LoginServer.Toons; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/DynamicObject.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/DynamicObject.cs index d5f8160..7736a81 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/DynamicObject.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/DynamicObject.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PlayerSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ObjectsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/GameAttributeMap.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/GameAttributeMap.cs index a1d3f82..e1f01a7 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/GameAttributeMap.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/GameAttributeMap.cs @@ -1,30 +1,16 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Attribute; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ObjectsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/IRevealable.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/IRevealable.cs index 40084e0..6d3699c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/IRevealable.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/IRevealable.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PlayerSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ObjectsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/IUpdateable.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/IUpdateable.cs index 6183904..d46f8a4 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/IUpdateable.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/IUpdateable.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ObjectsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/WorldObject.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/WorldObject.cs index 455da14..89b8613 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/WorldObject.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/ObjectsSystem/WorldObject.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.ObjectsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Equipment.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Equipment.cs index 87791eb..06ca41e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Equipment.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Equipment.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; namespace DiIiS_NA.GameServer.GSSystem.PlayerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/ExpBonusData.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/ExpBonusData.cs index ff40931..f7f12be 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/ExpBonusData.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/ExpBonusData.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PlayerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Inventory.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Inventory.cs index a41a3ae..36c998c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Inventory.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PlayerSystem/Inventory.cs @@ -1,54 +1,28 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Artisans; -//Blizzless Project 2022 using DiIiS_NA.Core.Extensions; namespace DiIiS_NA.GameServer.GSSystem.PlayerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ActionTimedSkill.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ActionTimedSkill.cs index 3575f4a..9c7e577 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ActionTimedSkill.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ActionTimedSkill.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ActorMover.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ActorMover.cs index 1a96f22..91c9334 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ActorMover.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ActorMover.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/BaseBuffs.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/BaseBuffs.cs index 4b05630..d3e3a37 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/BaseBuffs.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/BaseBuffs.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/BuffManager.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/BuffManager.cs index a69ec6b..4a76075 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/BuffManager.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/BuffManager.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ActorSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ChanneledSkill.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ChanneledSkill.cs index a4b6fee..4c1fc88 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ChanneledSkill.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ChanneledSkill.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.TickerSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ComboSkill.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ComboSkill.cs index c984652..0790dbd 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ComboSkill.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ComboSkill.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/DamageType.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/DamageType.cs index 1acc69c..d9f210c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/DamageType.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/DamageType.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.TagMap; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/EffectActor.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/EffectActor.cs index 0d5969f..17b7413 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/EffectActor.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/EffectActor.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/ActorGhostedBuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/ActorGhostedBuff.cs index c450fd3..5aa9ccb 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/ActorGhostedBuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/ActorGhostedBuff.cs @@ -1,31 +1,17 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GeneratorsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/CooldownBuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/CooldownBuff.cs index 13411ce..1959513 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/CooldownBuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/CooldownBuff.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ActorSystem; using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/DrinkHealthPotion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/DrinkHealthPotion.cs index 02c86b5..4db143e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/DrinkHealthPotion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/DrinkHealthPotion.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System.Collections.Generic; +using System.Collections.Generic; using DiIiS_NA.GameServer.GSSystem.PlayerSystem; using DiIiS_NA.GameServer.GSSystem.TickerSystem; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/DropBanner.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/DropBanner.cs index 9b8c41a..923ac63 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/DropBanner.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/DropBanner.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations.General diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/KnockbackBuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/KnockbackBuff.cs index db03b65..06a48d9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/KnockbackBuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/KnockbackBuff.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/LeahBoom.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/LeahBoom.cs index def63e3..7446d42 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/LeahBoom.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/LeahBoom.cs @@ -1,9 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/LevelUp.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/LevelUp.cs index 87844c5..497d6c8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/LevelUp.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/LevelUp.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.PlayerSystem; using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/Melee.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/Melee.cs index 2c3809f..076c323 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/Melee.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/Melee.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.TickerSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/NephalemValorBuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/NephalemValorBuff.cs index c3ba5bc..2b5099e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/NephalemValorBuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/NephalemValorBuff.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/ShrineBuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/ShrineBuff.cs index b15221e..19178da 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/ShrineBuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/ShrineBuff.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.TickerSystem; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/StatusDebuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/StatusDebuff.cs index 67ae39b..66691da 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/StatusDebuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/StatusDebuff.cs @@ -1,30 +1,16 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/SummonedBuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/SummonedBuff.cs index dc0e2ec..7922ebc 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/SummonedBuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/SummonedBuff.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ.FileFormats; +using DiIiS_NA.Core.MPQ.FileFormats; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations { diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/TownTeleport.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/TownTeleport.cs index 69e9ee0..ba31312 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/TownTeleport.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/TownTeleport.cs @@ -1,24 +1,13 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Drawing; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/Traps.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/Traps.cs index dbc9183..4d90b7b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/Traps.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/General/Traps.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ; +using DiIiS_NA.Core.MPQ; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Barbarian.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Barbarian.cs index 3ab9ee6..01b6ae3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Barbarian.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Barbarian.cs @@ -2,29 +2,17 @@ using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.D3_GameServer.GSSystem.ActorSystem.Implementations.Minions; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; //Blizzless Project 2022 using System.Threading.Tasks; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Crusader.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Crusader.cs index 8fa52d7..04439e3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Crusader.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Crusader.cs @@ -1,35 +1,19 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/DemonHunter.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/DemonHunter.cs index 68c5605..4444935 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/DemonHunter.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/DemonHunter.cs @@ -1,39 +1,21 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Monk.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Monk.cs index d69ed72..74a8336 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Monk.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Monk.cs @@ -1,39 +1,21 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Necromancer.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Necromancer.cs index 79284c3..e892214 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Necromancer.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Necromancer.cs @@ -1,39 +1,21 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.MPQ; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/PassiveBuffs.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/PassiveBuffs.cs index 7b08208..6baec38 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/PassiveBuffs.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/PassiveBuffs.cs @@ -1,27 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/WitchDoctor.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/WitchDoctor.cs index 23d4d71..2a3e338 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/WitchDoctor.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/WitchDoctor.cs @@ -1,35 +1,19 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Wizard.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Wizard.cs index 4bbf18c..3535b79 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Wizard.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/HeroSkills/Wizard.cs @@ -1,39 +1,21 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/BossSkills.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/BossSkills.cs index bad92fc..3ff23a1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/BossSkills.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/BossSkills.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/MinionSkills.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/MinionSkills.cs index 3cf0ec8..d00b513 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/MinionSkills.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/MinionSkills.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations.MonsterSkills diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/MonsterAffixSkill.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/MonsterAffixSkill.cs index 70fddaf..b2eee2a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/MonsterAffixSkill.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/MonsterAffixSkill.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/SingleProjectileSkill.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/SingleProjectileSkill.cs index f32dc09..b7d13e8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/SingleProjectileSkill.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/SingleProjectileSkill.cs @@ -1,24 +1,13 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/SummoningSkill.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/SummoningSkill.cs index 240b730..e006849 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/SummoningSkill.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Implementations/MonsterSkills/SummoningSkill.cs @@ -1,25 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerBuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerBuff.cs index 7548e85..c5a77a1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerBuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerBuff.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerSNO.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerSNO.cs index e214bed..5c0a127 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerSNO.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerSNO.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/AttackPayload.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/AttackPayload.cs index 09ce73a..113c3ce 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/AttackPayload.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/AttackPayload.cs @@ -1,22 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/HitPayload.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/HitPayload.cs index 64bf48f..6a0b3ed 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/HitPayload.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/HitPayload.cs @@ -1,41 +1,22 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Minions; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/Payload.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/Payload.cs index 3410fbd..a38652c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/Payload.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/Payload.cs @@ -1,6 +1,5 @@  -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerContext.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerContext.cs index 3c9ae19..ef58903 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerContext.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerContext.cs @@ -1,45 +1,24 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerLoader.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerLoader.cs index 968db2b..7476a03 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerLoader.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerLoader.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerManager.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerManager.cs index a331b8c..0bb478d 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerManager.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerManager.cs @@ -1,34 +1,18 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerMath.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerMath.cs index b1deb36..a17f4a5 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerMath.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerMath.cs @@ -1,10 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Drawing; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerScript.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerScript.cs index b805b7f..3d326f7 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerScript.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerScript.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerTagHelper.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerTagHelper.cs index ba75be5..5c38201 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerTagHelper.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/PowerTagHelper.cs @@ -1,20 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 +using DiIiS_NA.Core.MPQ; using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Projectile.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Projectile.cs index 23b7e3f..51999ac 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Projectile.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Projectile.cs @@ -1,28 +1,15 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ScriptFormulaEvaluator.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ScriptFormulaEvaluator.cs index cbe5a51..353562a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ScriptFormulaEvaluator.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ScriptFormulaEvaluator.cs @@ -1,28 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ.FileFormats.Types; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Skill.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Skill.cs index ca26fa8..58fef03 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Skill.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Skill.cs @@ -1,20 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.Core.MPQ.FileFormats; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/TargetList.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/TargetList.cs index b06422d..18dc148 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/TargetList.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/TargetList.cs @@ -1,10 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.PowerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActI.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActI.cs index b04d430..3d537fe 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActI.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActI.cs @@ -1,40 +1,21 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Pet; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations.Act_I; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PowerSystem; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActII.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActII.cs index d081e4b..9afe1dd 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActII.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActII.cs @@ -1,42 +1,22 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.AISystem.Brains; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Pet; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActIII.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActIII.cs index 078811f..a7aab3f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActIII.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActIII.cs @@ -1,34 +1,18 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActIV.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActIV.cs index edf9241..07d0347 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActIV.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActIV.cs @@ -1,28 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActV.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActV.cs index af600d7..204e636 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActV.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/ActV.cs @@ -1,30 +1,16 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.SNO; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/Events.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/Events.cs index 6d91880..71b5dc9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/Events.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/Events.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/OpenWorld.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/OpenWorld.cs index b96083b..ba0e10b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/OpenWorld.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/OpenWorld.cs @@ -1,27 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/AskBossEncounter.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/AskBossEncounter.cs index dece4c5..3f998b0 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/AskBossEncounter.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/AskBossEncounter.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Encounter; +using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Encounter; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents { diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/CompleteObjective.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/CompleteObjective.cs index 20bbebc..6265faa 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/CompleteObjective.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/CompleteObjective.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Dummy.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Dummy.cs index 0f8ddf6..a793284 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Dummy.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Dummy.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/EndCutScene.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/EndCutScene.cs index 7c3c0ef..f57bab3 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/EndCutScene.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/EndCutScene.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem; using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/AttackTownBoominHome.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/AttackTownBoominHome.cs index 5f61535..fd1e8db 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/AttackTownBoominHome.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/AttackTownBoominHome.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations.Act_I diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/AttackTownKilled.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/AttackTownKilled.cs index 2a271ae..3d83431 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/AttackTownKilled.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/AttackTownKilled.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/CellarZombies.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/CellarZombies.cs index 6b69fb8..55fd0e1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/CellarZombies.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/CellarZombies.cs @@ -1,32 +1,17 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/CryptPortals.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/CryptPortals.cs index 63e2e73..566925f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/CryptPortals.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/CryptPortals.cs @@ -1,34 +1,18 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/DrownedTemple.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/DrownedTemple.cs index 8c44dd3..2c99614 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/DrownedTemple.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/DrownedTemple.cs @@ -1,23 +1,13 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/EndSceneinHome.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/EndSceneinHome.cs index 72cadf1..b92da8f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/EndSceneinHome.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/EndSceneinHome.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/JondarDeath.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/JondarDeath.cs index abd38bb..db15181 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/JondarDeath.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/JondarDeath.cs @@ -1,38 +1,20 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/LeahInn.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/LeahInn.cs index b1fad04..bf1465d 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/LeahInn.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/LeahInn.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ActorSystem; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.D3_GameServer.Core.Types.SNO; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SecondWave.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SecondWave.cs index c7d7a7d..6780e9d 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SecondWave.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SecondWave.cs @@ -1,32 +1,17 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnMiraImon.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnMiraImon.cs index 83bcc9e..abed6b7 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnMiraImon.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnMiraImon.cs @@ -1,36 +1,19 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnSkeletons.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnSkeletons.cs index 11e8049..2a33eae 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnSkeletons.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnSkeletons.cs @@ -1,36 +1,19 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnSouls.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnSouls.cs index 6b7e585..e2d9d82 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnSouls.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SpawnSouls.cs @@ -1,28 +1,15 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/StartSceneinHome.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/StartSceneinHome.cs index e35bf07..7393535 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/StartSceneinHome.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/StartSceneinHome.cs @@ -1,19 +1,11 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; +using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SurviveTheWaves.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SurviveTheWaves.cs index df8164a..d968080 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SurviveTheWaves.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act I/SurviveTheWaves.cs @@ -1,32 +1,17 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.TagMap; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageOne.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageOne.cs index be36bfa..f0888c6 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageOne.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageOne.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageThree.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageThree.cs index a15b38e..48391fa 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageThree.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageThree.cs @@ -1,11 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageTwo.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageTwo.cs index 13c0e19..f71ddef 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageTwo.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/BelialStageTwo.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/KhasimHQ.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/KhasimHQ.cs index 13978ea..34c68ae 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/KhasimHQ.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/KhasimHQ.cs @@ -1,11 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.Hirelings; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/RefugeesRescue.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/RefugeesRescue.cs index c1ad879..6f5ff39 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/RefugeesRescue.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/RefugeesRescue.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/SpawnCultists.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/SpawnCultists.cs index 8ef500e..b723320 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/SpawnCultists.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/SpawnCultists.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System; +using System; using DiIiS_NA.D3_GameServer.Core.Types.SNO; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/SpawnSnakemans.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/SpawnSnakemans.cs index 8d0fb98..ece457a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/SpawnSnakemans.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act II/SpawnSnakemans.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using System; +using System; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/FirstCatapult.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/FirstCatapult.cs index f9c27da..b568353 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/FirstCatapult.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/FirstCatapult.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/LastCatapult.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/LastCatapult.cs index 9289582..10e349a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/LastCatapult.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/LastCatapult.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/SecondCatapult.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/SecondCatapult.cs index f853a33..b725c8a 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/SecondCatapult.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/SecondCatapult.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations.ScriptObjects; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/SpawnShadows.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/SpawnShadows.cs index f47ccc3..b025517 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/SpawnShadows.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/SpawnShadows.cs @@ -1,13 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line1.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line1.cs index 872ac63..f6136bb 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line1.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line1.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line10.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line10.cs index 7c8eeb6..83c6f7e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line10.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line10.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line11.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line11.cs index ac95480..02b3da4 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line11.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line11.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line12.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line12.cs index 5290acc..9dfe383 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line12.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line12.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line13.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line13.cs index 95b8f51..55f5b02 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line13.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line13.cs @@ -1,13 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line2.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line2.cs index 557a215..30f37b1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line2.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line2.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line3.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line3.cs index 5c80b0d..8a50e4f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line3.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line3.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line6.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line6.cs index ff82241..cfecb42 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line6.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line6.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line7.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line7.cs index bad6620..ec565e9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line7.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line7.cs @@ -1,7 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line8.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line8.cs index 92bf03b..3ded94e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line8.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Line8.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ActorSystem.Movement; using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Ritual.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Ritual.cs index 7994e19..ea98d9f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Ritual.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act III/Transformation/Ritual.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using System; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents.Implementations diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act IV/ImperiumScene.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act IV/ImperiumScene.cs index ca5b3fd..05993b1 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act IV/ImperiumScene.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act IV/ImperiumScene.cs @@ -1,21 +1,12 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/Babah.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/Babah.cs index d21a46c..f0ba88f 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/Babah.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/Babah.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.GSSystem.TickerSystem; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/FirstWaveRam.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/FirstWaveRam.cs index 5257443..71f24c7 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/FirstWaveRam.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/FirstWaveRam.cs @@ -1,11 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/SecondWaveRam.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/SecondWaveRam.cs index 5221b83..52a96b8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/SecondWaveRam.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/SecondWaveRam.cs @@ -1,9 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/ThirdWaveRam.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/ThirdWaveRam.cs index d9eea37..1bc64a8 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/ThirdWaveRam.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/Ram/ThirdWaveRam.cs @@ -1,9 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/TheFallofWestmarch/AfterKillBoss.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/TheFallofWestmarch/AfterKillBoss.cs index 27cf776..a9c9d83 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/TheFallofWestmarch/AfterKillBoss.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/TheFallofWestmarch/AfterKillBoss.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/TheFallofWestmarch/AfterKillMonsters.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/TheFallofWestmarch/AfterKillMonsters.cs index 463b365..05ca95d 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/TheFallofWestmarch/AfterKillMonsters.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Implementations/Act V/TheFallofWestmarch/AfterKillMonsters.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Invasion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Invasion.cs index ba1ccd9..24e9351 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Invasion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/Invasion.cs @@ -1,17 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.TickerSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/LaunchConversation.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/LaunchConversation.cs index cdafa23..15eeed9 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/LaunchConversation.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/LaunchConversation.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/LaunchConversationWithCutScene.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/LaunchConversationWithCutScene.cs index 16125d3..2b0db3b 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/LaunchConversationWithCutScene.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/LaunchConversationWithCutScene.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; using DiIiS_NA.D3_GameServer.Core.Types.SNO; diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideAbandon.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideAbandon.cs index 4964335..63912f2 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideAbandon.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideAbandon.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideAdvance.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideAdvance.cs index 4e71adc..2b29b3e 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideAdvance.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideAdvance.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideTarget.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideTarget.cs index 2c544dd..acc3e5c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideTarget.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/SideTarget.cs @@ -1,13 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/StartSideQuest.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/StartSideQuest.cs index 171200d..95f3296 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/StartSideQuest.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/StartSideQuest.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/WavedInvasion.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/WavedInvasion.cs index dbddad5..5b4997c 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/WavedInvasion.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestEvents/WavedInvasion.cs @@ -1,15 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.D3_GameServer.Core.Types.SNO; +using DiIiS_NA.D3_GameServer.Core.Types.SNO; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem.QuestEvents diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestProgress.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestProgress.cs index 4ab8242..031ce79 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestProgress.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/QuestSystem/QuestProgress.cs @@ -1,31 +1,17 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Hash; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Hash; using DiIiS_NA.Core.Logging; using DiIiS_NA.D3_GameServer.Core.Types.SNO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ActorSystem.Implementations; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.MapSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.GSSystem.QuestSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/SkillsSystem/SkillSet.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/SkillsSystem/SkillSet.cs index 2153e6f..d61f737 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/SkillsSystem/SkillSet.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/SkillsSystem/SkillSet.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Helpers.Math; -//Blizzless Project 2022 +using DiIiS_NA.Core.Helpers.Math; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.PlayerSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Linq; namespace DiIiS_NA.GameServer.GSSystem.SkillsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/SkillsSystem/Skills.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/SkillsSystem/Skills.cs index a11c8c8..c2c59f6 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/SkillsSystem/Skills.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/SkillsSystem/Skills.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 +using DiIiS_NA.LoginServer.Toons; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.GameServer.GSSystem.SkillsSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/TickerSystem/SteppedTickTimer.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/TickerSystem/SteppedTickTimer.cs index 5a4e2b3..8aabe72 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/TickerSystem/SteppedTickTimer.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/TickerSystem/SteppedTickTimer.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using DiIiS_NA.GameServer.GSSystem.GameSystem; namespace DiIiS_NA.GameServer.GSSystem.TickerSystem diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/TickerSystem/TickTimer.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/TickerSystem/TickTimer.cs index 54f4bd6..4c36533 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/TickerSystem/TickTimer.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/TickerSystem/TickTimer.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.GameSystem; using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 using System; namespace DiIiS_NA.GameServer.GSSystem.TickerSystem diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttirbute.List.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttirbute.List.cs index 99c9605..3c73cff 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttirbute.List.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttirbute.List.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.cs index 48138de..7143795 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.cs @@ -1,10 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Runtime.InteropServices; namespace DiIiS_NA.GameServer.MessageSystem diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameBitBuffer.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameBitBuffer.cs index 5c891d4..b69cfe9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameBitBuffer.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameBitBuffer.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DotNetty.Buffers; -//Blizzless Project 2022 +using DotNetty.Buffers; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameMessage.cs index dcca85e..fba59ac 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/IMessageConsumer.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/IMessageConsumer.cs index e92f675..a2e6fb9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/IMessageConsumer.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/IMessageConsumer.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; +using DiIiS_NA.GameServer.ClientSystem; namespace DiIiS_NA.GameServer.MessageSystem { diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/ISelfHandler.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/ISelfHandler.cs index 0889316..0d37c68 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/ISelfHandler.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/ISelfHandler.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; +using DiIiS_NA.GameServer.ClientSystem; namespace DiIiS_NA.GameServer.MessageSystem { diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDChangeActorMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDChangeActorMessage.cs index b3dad06..c92e356 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDChangeActorMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDChangeActorMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDChangeGBHandleMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDChangeGBHandleMessage.cs index 511b500..6cf94db 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDChangeGBHandleMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDChangeGBHandleMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDClientTranslateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDClientTranslateMessage.cs index 5e8d747..f81e0d3 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDClientTranslateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDClientTranslateMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDCollFlagsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDCollFlagsMessage.cs index 1fd7373..ef789ca 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDCollFlagsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDCollFlagsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDCreateActorMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDCreateActorMessage.cs index 48442ab..9da1da7 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDCreateActorMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDCreateActorMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDDestroyActorMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDDestroyActorMessage.cs index 64b478a..d45978e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDDestroyActorMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDDestroyActorMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDEnterKnownMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDEnterKnownMessage.cs index 8589c22..549e87c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDEnterKnownMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDEnterKnownMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDGroupMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDGroupMessage.cs index 0fa2c81..1ab830c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDGroupMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDGroupMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDInventoryPositionMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDInventoryPositionMessage.cs index b7ff047..0f512de 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDInventoryPositionMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDInventoryPositionMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDInventoryUpdateActorSNO.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDInventoryUpdateActorSNO.cs index 7788982..942f9dc 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDInventoryUpdateActorSNO.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDInventoryUpdateActorSNO.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDLookAtMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDLookAtMessage.cs index 31573b6..d9ae2d4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDLookAtMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDLookAtMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDPickupFailedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDPickupFailedMessage.cs index 1019856..681db08 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDPickupFailedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDPickupFailedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDShearMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDShearMessage.cs index 2065845..a1c85a5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDShearMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDShearMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateAckMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateAckMessage.cs index 1b85978..59859c3 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateAckMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateAckMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateArcMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateArcMessage.cs index 02c25d5..b8ddf8e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateArcMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateArcMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathMessage.cs index 6420797..e353f25 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathPieWedgeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathPieWedgeMessage.cs index 57d2e48..4ce1cfa 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathPieWedgeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathPieWedgeMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathSinMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathSinMessage.cs index fe74c23..7638e41 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathSinMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathSinMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathSpiralMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathSpiralMessage.cs index 22fdafd..beb0703 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathSpiralMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateDetPathSpiralMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFacingMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFacingMessage.cs index cea48c7..0f1b8d5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFacingMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFacingMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFixedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFixedMessage.cs index 5aee54c..a5e5fe1 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFixedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFixedMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFixedUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFixedUpdateMessage.cs index 7df48f1..0c3cf6c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFixedUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateFixedUpdateMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateNormalMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateNormalMessage.cs index 4d76918..b3dcc35 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateNormalMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateNormalMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateSnappedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateSnappedMessage.cs index 58f6861..b28b6e3 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateSnappedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateSnappedMessage.cs @@ -1,15 +1,9 @@  -//Blizzless Project 2022 using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateStoppedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateStoppedMessage.cs index d3a595a..100cecc 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateStoppedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateStoppedMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateSyncMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateSyncMessage.cs index d826974..648a25e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateSyncMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDTranslateSyncMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDWorldPositionMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDWorldPositionMessage.cs index 099e55e..8ee75c5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDWorldPositionMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/ACDWorldPositionMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/PreloadACDDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/PreloadACDDataMessage.cs index f5c1d7f..4359ac7 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/PreloadACDDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/ACD/PreloadACDDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.ACD diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionEndedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionEndedMessage.cs index 777a0c2..30c54bc 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionEndedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionEndedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Act diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionMessage.cs index d374e53..96da0d5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Act diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionStartedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionStartedMessage.cs index 11a4685..964aea7 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionStartedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Act/ActTransitionStartedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Act diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/ActorLookOverrideChangedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/ActorLookOverrideChangedMessage.cs index 0c5075e..f8be5c3 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/ActorLookOverrideChangedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/ActorLookOverrideChangedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Actor diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/DebugActorTooltipMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/DebugActorTooltipMessage.cs index 050d328..b799c6d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/DebugActorTooltipMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/DebugActorTooltipMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Actor diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/PrefetchActorDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/PrefetchActorDataMessage.cs index 9998b42..f3e8796 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/PrefetchActorDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Actor/PrefetchActorDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Actor diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/LoopingAnimationPowerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/LoopingAnimationPowerMessage.cs index 4e7351d..192ceea 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/LoopingAnimationPowerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/LoopingAnimationPowerMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/PlayAnimationMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/PlayAnimationMessage.cs index f75c547..89161c9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/PlayAnimationMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/PlayAnimationMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/SecondaryAnimationPowerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/SecondaryAnimationPowerMessage.cs index 39b3cd5..4336d9a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/SecondaryAnimationPowerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/SecondaryAnimationPowerMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/SetIdleAnimationMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/SetIdleAnimationMessage.cs index 690f4ff..767a8f2 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/SetIdleAnimationMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Animation/SetIdleAnimationMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Animation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/ArtisanWindowClosedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/ArtisanWindowClosedMessage.cs index cb97a23..9d8877e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/ArtisanWindowClosedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/ArtisanWindowClosedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftInteractionMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftInteractionMessage.cs index f6c6ccb..d6e3e80 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftInteractionMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftInteractionMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftItemsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftItemsMessage.cs index d1aab58..76e90a6 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftItemsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftItemsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CrafterLevelUpMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CrafterLevelUpMessage.cs index 27552f6..b5f7cb3 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CrafterLevelUpMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CrafterLevelUpMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftingResultsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftingResultsMessage.cs index c241826..daa7ab0 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftingResultsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/CraftingResultsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/DungeonFinderClosingMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/DungeonFinderClosingMessage.cs index 72c6a1d..496bd75 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/DungeonFinderClosingMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/DungeonFinderClosingMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/DyeItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/DyeItemMessage.cs index 28445ef..4315cde 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/DyeItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/DyeItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/EnchantAffixChooseMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/EnchantAffixChooseMessage.cs index c35efb5..7327da0 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/EnchantAffixChooseMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/EnchantAffixChooseMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/EnchantAffixMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/EnchantAffixMessage.cs index 17d860b..e4c3971 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/EnchantAffixMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/EnchantAffixMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/JewelUpgradeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/JewelUpgradeMessage.cs index 87eb165..5354e8b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/JewelUpgradeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/JewelUpgradeMessage.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System.Text; +using System.Text; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan { diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/JewelUpgradeResultsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/JewelUpgradeResultsMessage.cs index 1d95575..c140ee3 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/JewelUpgradeResultsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/JewelUpgradeResultsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/RequestTrainArtisanMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/RequestTrainArtisanMessage.cs index 7af0253..d0ca5fa 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/RequestTrainArtisanMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/RequestTrainArtisanMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/SalvageResultsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/SalvageResultsMessage.cs index 6e07f6e..4f8d071 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/SalvageResultsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/SalvageResultsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmogItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmogItemMessage.cs index 2ca3701..ef62b26 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmogItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmogItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmuteItemsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmuteItemsMessage.cs index d50de92..5c60d9b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmuteItemsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmuteItemsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmuteResultsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmuteResultsMessage.cs index e04e6a6..29375f5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmuteResultsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TransmuteResultsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TrySalvageAllMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TrySalvageAllMessage.cs index 30effb6..5f12b3c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TrySalvageAllMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TrySalvageAllMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TrySalvageMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TrySalvageMessage.cs index 7f2dac5..f3bfc7a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TrySalvageMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TrySalvageMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TryTransmogItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TryTransmogItemMessage.cs index 97b627f..c6fa631 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TryTransmogItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Artisan/TryTransmogItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Artisan diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Attribute/AttributeSetValueMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Attribute/AttributeSetValueMessage.cs index c28e0c2..06d588e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Attribute/AttributeSetValueMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Attribute/AttributeSetValueMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Attribute diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Attribute/AttributesSetValuesMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Attribute/AttributesSetValuesMessage.cs index 75d6863..44de90f 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Attribute/AttributesSetValuesMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Attribute/AttributesSetValuesMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Attribute diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Audio/PlayErrorSoundMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Audio/PlayErrorSoundMessage.cs index d66c88d..a33b98c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Audio/PlayErrorSoundMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Audio/PlayErrorSoundMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Audio diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/ANNDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/ANNDataMessage.cs index 000d16b..51dffb9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/ANNDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/ANNDataMessage.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System.Text; +using System.Text; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc { diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/BoolDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/BoolDataMessage.cs index 2cac653..cb929a4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/BoolDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/BoolDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/CalloutMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/CalloutMessage.cs index ecd9d5b..0e1d62e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/CalloutMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/CalloutMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/DWordDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/DWordDataMessage.cs index 38126ea..e7dc168 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/DWordDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/DWordDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.ClientSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/DataIDDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/DataIDDataMessage.cs index 654465e..f49c6ae 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/DataIDDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/DataIDDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatDataMessage.cs index 4e5e7ff..2582710 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingAmountMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingAmountMessage.cs index eef6f51..921dc58 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingAmountMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingAmountMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingGBIDAmountMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingGBIDAmountMessage.cs index 335a963..142d58f 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingGBIDAmountMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingGBIDAmountMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingNumberMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingNumberMessage.cs index b850a79..04b631a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingNumberMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/FloatingNumberMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/GBIDDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/GBIDDataMessage.cs index e7dbae1..d1774b2 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/GBIDDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/GBIDDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/GenericBlobMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/GenericBlobMessage.cs index 2afa43a..6f89b87 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/GenericBlobMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/GenericBlobMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/IntDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/IntDataMessage.cs index c95e978..58204c2 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/IntDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/IntDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/PlayerDWordDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/PlayerDWordDataMessage.cs index dce3f76..2fe4f55 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/PlayerDWordDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/PlayerDWordDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.ClientSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SNODataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SNODataMessage.cs index 86f6b62..1cd284e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SNODataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SNODataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SNONameDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SNONameDataMessage.cs index 68ad90c..835a756 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SNONameDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SNONameDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.SNO; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SimpleMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SimpleMessage.cs index e2fe400..cd1951d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SimpleMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Base/SimpleMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/ActivateCameraCutsceneMode.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/ActivateCameraCutsceneMode.cs index 9f019a7..82463c7 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/ActivateCameraCutsceneMode.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/ActivateCameraCutsceneMode.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Camera diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/BossZoomMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/BossZoomMessage.cs index 0041a5a..30cfb8c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/BossZoomMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/BossZoomMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Camera diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraFocusMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraFocusMessage.cs index c5e4b10..7919bd1 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraFocusMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraFocusMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Camera diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraYawMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraYawMessage.cs index c428c22..5f7cbb8 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraYawMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraYawMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Camera diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraZoomMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraZoomMessage.cs index 040b685..f2e0684 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraZoomMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/CameraZoomMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Camera diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/DeActivateCameraCutsceneMode.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/DeActivateCameraCutsceneMode.cs index 95eaa4e..4890cdb 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/DeActivateCameraCutsceneMode.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Camera/DeActivateCameraCutsceneMode.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Camera diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Chat/ChatMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Chat/ChatMessage.cs index 644f62b..736e070 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Chat/ChatMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Chat/ChatMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Chat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Chat/TryChatMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Chat/TryChatMessage.cs index ffe0db4..cc78d5d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Chat/TryChatMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Chat/TryChatMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Chat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/AimTargetMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/AimTargetMessage.cs index 2faff70..5075f15 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/AimTargetMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/AimTargetMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/CombatEngagementMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/CombatEngagementMessage.cs index bfd5c4a..a41400e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/CombatEngagementMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/CombatEngagementMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/CurrencyCounterUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/CurrencyCounterUpdateMessage.cs index 4d3e240..d0a31f6 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/CurrencyCounterUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/CurrencyCounterUpdateMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/DeathFadeTimeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/DeathFadeTimeMessage.cs index 1147657..357fec8 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/DeathFadeTimeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/DeathFadeTimeMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/DuelResultMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/DuelResultMessage.cs index f2493e7..da068dd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/DuelResultMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/DuelResultMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/KillCountMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/KillCountMessage.cs index fb0aea3..17388a8 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/KillCountMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/KillCountMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/KillCounterUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/KillCounterUpdateMessage.cs index 9c3ca68..3d5315f 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/KillCounterUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/KillCounterUpdateMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/LowHealthCombatMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/LowHealthCombatMessage.cs index 2ad9514..cad946a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/LowHealthCombatMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/LowHealthCombatMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/VictimMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/VictimMessage.cs index 1bf0795..c926251 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/VictimMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Combat/VictimMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Combat diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/ConnectionEstablishedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/ConnectionEstablishedMessage.cs index 5c3f86c..7e56ad1 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/ConnectionEstablishedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/ConnectionEstablishedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Connection diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutComplete.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutComplete.cs index b9a25af..7ac9b68 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutComplete.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutComplete.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.ClientSystem; using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Connection diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutContextMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutContextMessage.cs index 1585ef9..18c1bca 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutContextMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutContextMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.ClientSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Connection diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutTickTimeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutTickTimeMessage.cs index 1230567..0268a67 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutTickTimeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/LogoutTickTimeMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Connection diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/PingMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/PingMessage.cs index 0bdde5a..77285b1 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/PingMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Connection/PingMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.ClientSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Connection diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/BlizzconEndScreenMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/BlizzconEndScreenMessage.cs index b7dafd9..f467bea 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/BlizzconEndScreenMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/BlizzconEndScreenMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Console diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/ConsoleCounterIncrementMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/ConsoleCounterIncrementMessage.cs index f0ad3c9..608d478 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/ConsoleCounterIncrementMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/ConsoleCounterIncrementMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Console diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/ServerNotificationDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/ServerNotificationDataMessage.cs index 250bc14..a82355c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/ServerNotificationDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/ServerNotificationDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Console diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/TryConsoleCommand.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/TryConsoleCommand.cs index d15e467..71a6760 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/TryConsoleCommand.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Console/TryConsoleCommand.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Console diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/AdvanceConvMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/AdvanceConvMessage.cs index ae311e1..095bd03 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/AdvanceConvMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/AdvanceConvMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Conversation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/EndConversationMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/EndConversationMessage.cs index f3618b3..3e007ce 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/EndConversationMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/EndConversationMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Conversation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/PlayConvLineMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/PlayConvLineMessage.cs index 73967a5..8a0a148 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/PlayConvLineMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/PlayConvLineMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Conversation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/RequestCloseConversationWindowMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/RequestCloseConversationWindowMessage.cs index 5194cbc..ee458bb 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/RequestCloseConversationWindowMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/RequestCloseConversationWindowMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Conversation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/StopConvLineMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/StopConvLineMessage.cs index bb49ec5..2010206 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/StopConvLineMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/StopConvLineMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Conversation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/UpdateConvAutoAdvanceMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/UpdateConvAutoAdvanceMessage.cs index b383fd0..40d809a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/UpdateConvAutoAdvanceMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Conversation/UpdateConvAutoAdvanceMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Conversation diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CraftItemsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CraftItemsMessage.cs index e9a86c7..0ecd0a0 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CraftItemsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CraftItemsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Craft diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CrafterLevelUpMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CrafterLevelUpMessage.cs index 22b6cc0..2bb18bd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CrafterLevelUpMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CrafterLevelUpMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Craft diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CraftingResultsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CraftingResultsMessage.cs index 2bf88a5..f3e6888 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CraftingResultsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/CraftingResultsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Craft diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/TransmogItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/TransmogItemMessage.cs index 33906e9..5d02cd1 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/TransmogItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Craft/TransmogItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Craft diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Drawing/DebugDrawMovementTypeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Drawing/DebugDrawMovementTypeMessage.cs index 5a6cf4e..2450bfe 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Drawing/DebugDrawMovementTypeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Drawing/DebugDrawMovementTypeMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Drawing diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Drawing/DebugDrawPrimMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Drawing/DebugDrawPrimMessage.cs index dfae3cd..1e5b3b5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Drawing/DebugDrawPrimMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Drawing/DebugDrawPrimMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.Core.Types.Misc; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Drawing diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/DungeonFinderCompletionTimeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/DungeonFinderCompletionTimeMessage.cs index b74ab3f..1eeb6fe 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/DungeonFinderCompletionTimeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/DungeonFinderCompletionTimeMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Dungeon diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/SetDungeonDialogMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/SetDungeonDialogMessage.cs index 9b4f64b..f795d28 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/SetDungeonDialogMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/SetDungeonDialogMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Dungeon diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/SetDungeonResultsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/SetDungeonResultsMessage.cs index 326f34c..bf08ff8 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/SetDungeonResultsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Dungeon/SetDungeonResultsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Dungeon diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/ComplexEffectAddMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/ComplexEffectAddMessage.cs index a4ac79f..efe6e86 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/ComplexEffectAddMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/ComplexEffectAddMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/EffectGroupACDToACDMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/EffectGroupACDToACDMessage.cs index f93a5fd..9e6f051 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/EffectGroupACDToACDMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/EffectGroupACDToACDMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayEffectMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayEffectMessage.cs index 9576415..8bf1ec2 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayEffectMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayEffectMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayHitEffectMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayHitEffectMessage.cs index b36537f..dcdcc7b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayHitEffectMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayHitEffectMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayHitEffectOverrideMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayHitEffectOverrideMessage.cs index 1b88e06..9e02f66 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayHitEffectOverrideMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Effect/PlayHitEffectOverrideMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Effect diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/BossEncounterAcceptMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/BossEncounterAcceptMessage.cs index 9ec373a..7d1f7ed 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/BossEncounterAcceptMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/BossEncounterAcceptMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.ClientSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Encounter diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/BossEncounterMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/BossEncounterMessage.cs index bfc3505..72b52a0 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/BossEncounterMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/BossEncounterMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Encounter diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/EncounterInviteStateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/EncounterInviteStateMessage.cs index f411e4f..2e1275d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/EncounterInviteStateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/EncounterInviteStateMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Encounter diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/RiftJoinMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/RiftJoinMessage.cs index 3c84097..0b15d79 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/RiftJoinMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Encounter/RiftJoinMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Encounter diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSetupMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSetupMessage.cs index f424072..f391f09 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSetupMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSetupMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSetupMessageAck.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSetupMessageAck.cs index 66a3a40..9489382 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSetupMessageAck.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSetupMessageAck.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 +using DiIiS_NA.Core.Logging; using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSyncedDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSyncedDataMessage.cs index 22b87c7..dd03c0c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSyncedDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameSyncedDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameTestingSkillSamplingStartMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameTestingSkillSamplingStartMessage.cs index a8b628d..85e1192 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameTestingSkillSamplingStartMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameTestingSkillSamplingStartMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameTestingWorldSamplingStartMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameTestingWorldSamplingStartMessage.cs index 47e105c..412f2ae 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameTestingWorldSamplingStartMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/GameTestingWorldSamplingStartMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinBNetGameMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinBNetGameMessage.cs index 19f747e..36748ec 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinBNetGameMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinBNetGameMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinConsoleGameMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinConsoleGameMessage.cs index 4afb57c..9c9ceb0 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinConsoleGameMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinConsoleGameMessage.cs @@ -1,13 +1,8 @@  -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinLANGameMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinLANGameMessage.cs index 366b347..7453129 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinLANGameMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/JoinLANGameMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/LowGameDifficulty.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/LowGameDifficulty.cs index 3c485c8..78aae36 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/LowGameDifficulty.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/LowGameDifficulty.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/OpenGameToPublicMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/OpenGameToPublicMessage.cs index 8307b7f..8456ffa 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/OpenGameToPublicMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/OpenGameToPublicMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/PauseGameMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/PauseGameMessage.cs index c84f7b6..17deba9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/PauseGameMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/PauseGameMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/QuitGameMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/QuitGameMessage.cs index af749e1..339d327 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/QuitGameMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/QuitGameMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/RaiseGameDifficulty.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/RaiseGameDifficulty.cs index efcffce..6dd3414 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/RaiseGameDifficulty.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/RaiseGameDifficulty.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/RequestJoinBNetGameMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/RequestJoinBNetGameMessage.cs index 171305f..1a0834e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/RequestJoinBNetGameMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/RequestJoinBNetGameMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/VersionsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/VersionsMessage.cs index 73f2cde..320cdcc 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/VersionsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Game/VersionsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Game diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hero/HeroStateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hero/HeroStateMessage.cs index 043f680..11d0d2e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hero/HeroStateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hero/HeroStateMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using DiIiS_NA.GameServer.MessageSystem.Message.Fields.BlizzLess.Net.GS.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingHireMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingHireMessage.cs index 6d2df95..d222b92 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingHireMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingHireMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingInfoUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingInfoUpdateMessage.cs index 1ca233a..ae8f128 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingInfoUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingInfoUpdateMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingInventoryMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingInventoryMessage.cs index fd0f2c8..5d5df91 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingInventoryMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingInventoryMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingNewUnlocked.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingNewUnlocked.cs index ebec4d8..72c0bff 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingNewUnlocked.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingNewUnlocked.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingNoSwapMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingNoSwapMessage.cs index 655d554..2f1bf34 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingNoSwapMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingNoSwapMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingRequestLearnSkillMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingRequestLearnSkillMessage.cs index 53b1bd6..765ae8b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingRequestLearnSkillMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingRequestLearnSkillMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingRetrainMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingRetrainMessage.cs index 572a2cd..0a92fa1 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingRetrainMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingRetrainMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingSwapAgreeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingSwapAgreeMessage.cs index 2576b50..68fff40 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingSwapAgreeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingSwapAgreeMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingSwapMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingSwapMessage.cs index 9b9d670..0403d01 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingSwapMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Hireling/HirelingSwapMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Hireling diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/ChangeUsableItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/ChangeUsableItemMessage.cs index f37db8e..5584ce9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/ChangeUsableItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/ChangeUsableItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/GemNotificationMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/GemNotificationMessage.cs index f2f46c2..dafe3de 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/GemNotificationMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/GemNotificationMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/GoldTransferMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/GoldTransferMessage.cs index 1516dab..1291fbd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/GoldTransferMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/GoldTransferMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryDropItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryDropItemMessage.cs index 9487fc5..de0911d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryDropItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryDropItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryGemsExtractMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryGemsExtractMessage.cs index 5324b20..de2f88d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryGemsExtractMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryGemsExtractMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryIdentifyItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryIdentifyItemMessage.cs index 87ec1b1..07c4fc8 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryIdentifyItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryIdentifyItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRepairAllMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRepairAllMessage.cs index 0c1a584..748c166 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRepairAllMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRepairAllMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRepairEquippedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRepairEquippedMessage.cs index 656949d..d2fd298 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRepairEquippedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRepairEquippedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestMoveMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestMoveMessage.cs index e95234f..b217e12 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestMoveMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestMoveMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestQuickMoveMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestQuickMoveMessage.cs index 76b03ff..cceed22 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestQuickMoveMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestQuickMoveMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestSocketMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestSocketMessage.cs index 6231c04..17e7e58 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestSocketMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestSocketMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestUseMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestUseMessage.cs index 25e2161..3d5ed1c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestUseMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryRequestUseMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventorySplitStackMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventorySplitStackMessage.cs index 71463f4..97fc630 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventorySplitStackMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventorySplitStackMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryStackTransferMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryStackTransferMessage.cs index 83e2612..7b46709 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryStackTransferMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/InventoryStackTransferMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/ItemJunkFlagChangedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/ItemJunkFlagChangedMessage.cs index eddfbee..0c8f200 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/ItemJunkFlagChangedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/ItemJunkFlagChangedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/RequestBuySharedStashSlotsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/RequestBuySharedStashSlotsMessage.cs index b984aed..ad33807 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/RequestBuySharedStashSlotsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/RequestBuySharedStashSlotsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/StackPortionMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/StackPortionMessage.cs index 63e43eb..e8d2794 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/StackPortionMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/StackPortionMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/SwitchCosmeticMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/SwitchCosmeticMessage.cs index 5a345b5..e3fbbe4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/SwitchCosmeticMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/SwitchCosmeticMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Base diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/UnlockTransmogMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/UnlockTransmogMessage.cs index 125e394..0359f7b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/UnlockTransmogMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/UnlockTransmogMessage.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System.Text; +using System.Text; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory { diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/UnlockableRandomAffixMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/UnlockableRandomAffixMessage.cs index f338491..c009d6d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/UnlockableRandomAffixMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/UnlockableRandomAffixMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/VisualInventoryMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/VisualInventoryMessage.cs index e797aef..f68dae4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/VisualInventoryMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Inventory/VisualInventoryMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Inventory diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailOperandMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailOperandMessage.cs index 89f90e6..05c7e7a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailOperandMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailOperandMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Mail diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailSendMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailSendMessage.cs index 248938e..05e9ffd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailSendMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailSendMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Mail diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailSentResponseMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailSentResponseMessage.cs index 164adee..ee42daa 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailSentResponseMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Mail/MailSentResponseMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Mail diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Map/MapMarkerInfoMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Map/MapMarkerInfoMessage.cs index 823b9fb..470fdbd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Map/MapMarkerInfoMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Map/MapMarkerInfoMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Map/MapRevealSceneMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Map/MapRevealSceneMessage.cs index d74ee5d..c5527d4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Map/MapRevealSceneMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Map/MapRevealSceneMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Map diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/AchievementProgressXboxOneMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/AchievementProgressXboxOneMessage.cs index b380816..f78bcd9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/AchievementProgressXboxOneMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/AchievementProgressXboxOneMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/AffixMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/AffixMessage.cs index de63ddb..5a0b6cb 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/AffixMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/AffixMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/CurrencyModifiedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/CurrencyModifiedMessage.cs index 07c4a96..723fe1e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/CurrencyModifiedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/CurrencyModifiedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/FirstOfTheDayMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/FirstOfTheDayMessage.cs index d9281fa..c64f394 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/FirstOfTheDayMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/FirstOfTheDayMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/FlippyMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/FlippyMessage.cs index a1fde94..8fbf3ff 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/FlippyMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/FlippyMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/HandicapMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/HandicapMessage.cs index 098937f..73f13ea 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/HandicapMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/HandicapMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/HelperDetachMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/HelperDetachMessage.cs index 66665fb..3292cbd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/HelperDetachMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/HelperDetachMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/InterstitialMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/InterstitialMessage.cs index 0233c1d..d82e455 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/InterstitialMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/InterstitialMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/LootRunAppearedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/LootRunAppearedMessage.cs index 527609f..1aedfec 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/LootRunAppearedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/LootRunAppearedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailDigestMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailDigestMessage.cs index 4de8c67..5aaf38b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailDigestMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailDigestMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using D3.GameMessage; -//Blizzless Project 2022 +using D3.GameMessage; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailReadMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailReadMessage.cs index 0847578..4a041ad 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailReadMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailReadMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailRetrieveMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailRetrieveMessage.cs index c93ad06..ef89677 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailRetrieveMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/MailRetrieveMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/Message.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/Message.cs index 8435b43..9f8b9bc 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/Message.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/Message.cs @@ -1,12 +1,7 @@ - //Blizzless Project 2022 -using System; -//Blizzless Project 2022 + using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayCutsceneMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayCutsceneMessage.cs index cac5e46..7368828 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayCutsceneMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayCutsceneMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayMusicMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayMusicMessage.cs index 133a4f3..48b9b20 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayMusicMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayMusicMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayNonPositionalSoundMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayNonPositionalSoundMessage.cs index 454045f..050e7ec 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayNonPositionalSoundMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PlayNonPositionalSoundMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PrefetchDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PrefetchDataMessage.cs index dc913cf..a2b2176 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PrefetchDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/PrefetchDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.GameServer.ClientSystem; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/ProjectileStickMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/ProjectileStickMessage.cs index 9f6375e..a7e538f 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/ProjectileStickMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/ProjectileStickMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RareItemNameMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RareItemNameMessage.cs index 6517046..3674b1c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RareItemNameMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RareItemNameMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RareMonsterNamesMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RareMonsterNamesMessage.cs index 911f2f0..9f0a783 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RareMonsterNamesMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RareMonsterNamesMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RemoveRagdollMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RemoveRagdollMessage.cs index 055b4bd..7b1c9c4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RemoveRagdollMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RemoveRagdollMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RopeEffectMessageACDToACD.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RopeEffectMessageACDToACD.cs index 2fdda9f..7cb5953 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RopeEffectMessageACDToACD.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RopeEffectMessageACDToACD.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RopeEffectMessageACDToPlace.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RopeEffectMessageACDToPlace.cs index f234d8e..62a773d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RopeEffectMessageACDToPlace.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/RopeEffectMessageACDToPlace.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SavePointDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SavePointDataMessage.cs index 24e4e36..4f73f4a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SavePointDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SavePointDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SavePointInfoMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SavePointInfoMessage.cs index ce08ecb..3e494cd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SavePointInfoMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SavePointInfoMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SaviorMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SaviorMessage.cs index 84d74eb..26fe70f 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SaviorMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/SaviorMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/StashIconStateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/StashIconStateMessage.cs index 19184b0..e95112b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/StashIconStateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/StashIconStateMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TimedEventStartedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TimedEventStartedMessage.cs index 5d8ecb9..de3a347 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TimedEventStartedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TimedEventStartedMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TrickleMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TrickleMessage.cs index b96c6d9..f41313c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TrickleMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TrickleMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TutorialMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TutorialMessage.cs index 2a80c8d..654f65d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TutorialMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/TutorialMessage.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System.Text; +using System.Text; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc { diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/VoteKickMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/VoteKickMessage.cs index c4b8168..da8e490 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/VoteKickMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Misc/VoteKickMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/NPCInteractOptionsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/NPCInteractOptionsMessage.cs index be4c349..064dde2 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/NPCInteractOptionsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/NPCInteractOptionsMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.NPC diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/NPCSelectConversationMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/NPCSelectConversationMessage.cs index 6022871..cd0050c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/NPCSelectConversationMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/NPCSelectConversationMessage.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System.Text; +using System.Text; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.NPC { diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/OpenTradeWindowMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/OpenTradeWindowMessage.cs index 76f1e63..7e254c1 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/OpenTradeWindowMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/NPC/OpenTradeWindowMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.NPC diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/PVP/PVPTokenRedemptionMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/PVP/PVPTokenRedemptionMessage.cs index 5b494fc..252f9f0 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/PVP/PVPTokenRedemptionMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/PVP/PVPTokenRedemptionMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.PVP diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetAwayMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetAwayMessage.cs index 7bcb20e..72de5f5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetAwayMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetAwayMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Misc diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetDetachMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetDetachMessage.cs index 812b538..7abde4a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetDetachMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetDetachMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Pet diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetMessage.cs index e8abc36..451cadd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Pet/PetMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Pet diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Platinum/PlatinumAchievementAwardedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Platinum/PlatinumAchievementAwardedMessage.cs index 47486b2..1d2c90c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Platinum/PlatinumAchievementAwardedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Platinum/PlatinumAchievementAwardedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Platinum diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Platinum/PlatinumAwardedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Platinum/PlatinumAwardedMessage.cs index 2c95f3b..99f9781 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Platinum/PlatinumAwardedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Platinum/PlatinumAwardedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Platinum diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/AcceptConfirmMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/AcceptConfirmMessage.cs index a69793a..ebc1fb5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/AcceptConfirmMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/AcceptConfirmMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/ConfirmMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/ConfirmMessage.cs index 83dde6e..72ff620 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/ConfirmMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/ConfirmMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/DeathPlayerMesage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/DeathPlayerMesage.cs index b0d2f87..af5048b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/DeathPlayerMesage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/DeathPlayerMesage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/LoadCompleteMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/LoadCompleteMessage.cs index 9fd64cd..faddaf6 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/LoadCompleteMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/LoadCompleteMessage.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.ClientSystem; using System.Text; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/LoadingWarping.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/LoadingWarping.cs index b08ccff..5c47e39 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/LoadingWarping.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/LoadingWarping.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.ClientSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.ClientSystem; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/NewPlayerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/NewPlayerMessage.cs index d23cda3..8a8087b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/NewPlayerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/NewPlayerMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using DiIiS_NA.GameServer.MessageSystem.Message.Fields.BlizzLess.Net.GS.Message.Fields; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/ParagonLevel.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/ParagonLevel.cs index c8fd05e..4f8207f 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/ParagonLevel.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/ParagonLevel.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Collections.Specialized; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerActorSetInitialMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerActorSetInitialMessage.cs index 64c8564..3b3cf50 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerActorSetInitialMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerActorSetInitialMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerBannerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerBannerMessage.cs index d9b0f98..09ca227 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerBannerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerBannerMessage.cs @@ -1,6 +1,4 @@ -//Blizzless Project 2022 -using D3.GameMessage; -//Blizzless Project 2022 +using D3.GameMessage; using System.Text; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerClearClientWalkPowerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerClearClientWalkPowerMessage.cs index 12490b2..7a90207 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerClearClientWalkPowerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerClearClientWalkPowerMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerDeSyncSnapMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerDeSyncSnapMessage.cs index a5abc67..ca14ef7 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerDeSyncSnapMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerDeSyncSnapMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerEnterKnownMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerEnterKnownMessage.cs index 43d8292..b86bc8e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerEnterKnownMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerEnterKnownMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerIndexMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerIndexMessage.cs index b8473ca..2e54aa4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerIndexMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerIndexMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerIntValMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerIntValMessage.cs index 6991840..6aaeee2 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerIntValMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerIntValMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerKickTimerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerKickTimerMessage.cs index 3f443d5..918ccaa 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerKickTimerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerKickTimerMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLevel.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLevel.cs index 2dfd292..9ca946d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLevel.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLevel.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutDataMessage.cs index 4412682..e5be6f4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutEquipResultsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutEquipResultsMessage.cs index 6077818..5f83776 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutEquipResultsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutEquipResultsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutEquipmentUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutEquipmentUpdateMessage.cs index 075b3dd..7f9a966 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutEquipmentUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutEquipmentUpdateMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutSaveMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutSaveMessage.cs index 3b0f8f0..d7c8c76 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutSaveMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutSaveMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutSetSlotMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutSetSlotMessage.cs index cb9a18e..f591625 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutSetSlotMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutSetSlotMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutTabIconMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutTabIconMessage.cs index a35ec63..764d1da 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutTabIconMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerLoadoutTabIconMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestHistoryUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestHistoryUpdateMessage.cs index 7286047..d9a1611 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestHistoryUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestHistoryUpdateMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestMessage.cs index 71d0db5..9295502 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestRewardHistoryUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestRewardHistoryUpdateMessage.cs index b8510c3..df86da7 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestRewardHistoryUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerQuestRewardHistoryUpdateMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedConversationsUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedConversationsUpdateMessage.cs index 39b4e3f..4ef608a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedConversationsUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedConversationsUpdateMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem.Message.Fields; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedDataMessage.cs index 930f1b4..7e1e640 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedQuestUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedQuestUpdateMessage.cs index be40684..096fefb 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedQuestUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSavedQuestUpdateMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraDefaultsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraDefaultsMessage.cs index 59ce79d..3f6903c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraDefaultsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraDefaultsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraObserverMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraObserverMessage.cs index 60c3ca4..9ffbe13 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraObserverMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraObserverMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraOrbitMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraOrbitMessage.cs index d4ee1ba..6375950 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraOrbitMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSetCameraOrbitMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSkillsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSkillsMessage.cs index fe39b00..ecb7df6 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSkillsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerSkillsMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerTranslateFacingMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerTranslateFacingMessage.cs index d739101..4406cda 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerTranslateFacingMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerTranslateFacingMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerWarpedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerWarpedMessage.cs index e65d8e9..6be7265 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerWarpedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/PlayerWarpedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/RequestBuffCancelMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/RequestBuffCancelMessage.cs index 73d16fb..6d4e673 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/RequestBuffCancelMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/RequestBuffCancelMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/RessurectionPlayerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/RessurectionPlayerMessage.cs index 36db67b..871f6d9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/RessurectionPlayerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/RessurectionPlayerMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/TutorialShownMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/TutorialShownMessage.cs index 66d7b4c..a91eb80 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/TutorialShownMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/TutorialShownMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using D3.GameMessage; -//Blizzless Project 2022 +using D3.GameMessage; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/UpDateBannerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/UpDateBannerMessage.cs index a5b69ee..c12e1b5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/UpDateBannerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Player/UpDateBannerMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Player diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/HearthPortalInfoMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/HearthPortalInfoMessage.cs index 9288bb3..9cad667 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/HearthPortalInfoMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/HearthPortalInfoMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/OpenNephalemPortal.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/OpenNephalemPortal.cs index e410b34..31fd51e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/OpenNephalemPortal.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/OpenNephalemPortal.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/PortalSpecifierMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/PortalSpecifierMessage.cs index f21dd86..ca08e00 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/PortalSpecifierMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/PortalSpecifierMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/PortedToPlayerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/PortedToPlayerMessage.cs index 3405e03..a338b41 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/PortedToPlayerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/PortedToPlayerMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/ReturnPointInfoMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/ReturnPointInfoMessage.cs index 2b65072..cae9cb7 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/ReturnPointInfoMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Portal/ReturnPointInfoMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Portal diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/DynamicQuestObjectiveMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/DynamicQuestObjectiveMessage.cs index 0704a1a..677a02a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/DynamicQuestObjectiveMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/DynamicQuestObjectiveMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.SNO; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.SNO; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/HoradricQuestCursedRealmResults.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/HoradricQuestCursedRealmResults.cs index 9b304f3..54e56aa 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/HoradricQuestCursedRealmResults.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/HoradricQuestCursedRealmResults.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/LoreMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/LoreMessage.cs index af17649..0cab0cc 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/LoreMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/LoreMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestCounterMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestCounterMessage.cs index d3a25c6..2151522 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestCounterMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestCounterMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestFlagsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestFlagsMessage.cs index 46521ac..3e45ca3 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestFlagsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestFlagsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestMeterMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestMeterMessage.cs index abd0863..d622e74 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestMeterMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestMeterMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestStepCompleteMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestStepCompleteMessage.cs index 3a4eb8d..528d4d0 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestStepCompleteMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestStepCompleteMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using D3.Quests; -//Blizzless Project 2022 +using D3.Quests; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestUpdateMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestUpdateMessage.cs index 27b170b..4951695 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestUpdateMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Quest/QuestUpdateMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Quest diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/DestroySceneMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/DestroySceneMessage.cs index c2d9189..935badd 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/DestroySceneMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/DestroySceneMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Scene diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/PreloadSceneDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/PreloadSceneDataMessage.cs index 067a8ed..1e2cea2 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/PreloadSceneDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/PreloadSceneDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Scene diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/RevealSceneMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/RevealSceneMessage.cs index 7d73d1d..d84e3ab 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/RevealSceneMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/RevealSceneMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using DiIiS_NA.GameServer.Core.Types.Scene; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Scene diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/SwapSceneMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/SwapSceneMessage.cs index 34c42ba..811faa5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/SwapSceneMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Scene/SwapSceneMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Scene diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignLegendaryPowerMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignLegendaryPowerMessage.cs index 1af711d..dc1928a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignLegendaryPowerMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignLegendaryPowerMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Skill diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignSkillMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignSkillMessage.cs index a34c4b7..c4ab421 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignSkillMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignSkillMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Skill diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignTraitsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignTraitsMessage.cs index 4d801bd..3e32278 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignTraitsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/AssignTraitsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Skill diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/CancelChanneledSkillMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/CancelChanneledSkillMessage.cs index e936af4..57855be 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/CancelChanneledSkillMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/CancelChanneledSkillMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Skill diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/SpendParagonPointsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/SpendParagonPointsMessage.cs index e0bad89..4ea6395 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/SpendParagonPointsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/SpendParagonPointsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Skill diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/SwapSkillsMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/SwapSkillsMessage.cs index bf5aeb9..c8ce1cf 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/SwapSkillsMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/SwapSkillsMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Skill diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/UnassignSkillMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/UnassignSkillMessage.cs index 1025b1a..f86f512 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/UnassignSkillMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Skill/UnassignSkillMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Skill diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Team/RevealTeamMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Team/RevealTeamMessage.cs index ad8928b..4e0737c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Team/RevealTeamMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Team/RevealTeamMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Team diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Text/BroadcastTextMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Text/BroadcastTextMessage.cs index 4bd91e1..1ffc7c1 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Text/BroadcastTextMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Text/BroadcastTextMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Text diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Text/DisplayGameTextMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Text/DisplayGameTextMessage.cs index b98713c..693b054 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Text/DisplayGameTextMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Text/DisplayGameTextMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Text diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Tick/EndOfTickMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Tick/EndOfTickMessage.cs index 9e553f4..4388ca5 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Tick/EndOfTickMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Tick/EndOfTickMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Tick diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Tick/GameTickMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Tick/GameTickMessage.cs index c9388ec..a77184a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Tick/GameTickMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Tick/GameTickMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Tick diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/RequestBuyItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/RequestBuyItemMessage.cs index 4278cf8..765736b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/RequestBuyItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/RequestBuyItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Trade diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/RequestSellItemMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/RequestSellItemMessage.cs index 157b10a..bbb9b85 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/RequestSellItemMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/RequestSellItemMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Trade diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/TradeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/TradeMessage.cs index f7754f5..c0911d8 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/TradeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Trade/TradeMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Trade diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/UI/UIElementMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/UI/UIElementMessage.cs index f91fad5..74661fa 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/UI/UIElementMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/UI/UIElementMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.UI diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/LastWaypointLevelAreaDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/LastWaypointLevelAreaDataMessage.cs index d1d2204..0867000 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/LastWaypointLevelAreaDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/LastWaypointLevelAreaDataMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Waypoint diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/PortedToWaypointMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/PortedToWaypointMessage.cs index 74d2a23..b9da89c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/PortedToWaypointMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/PortedToWaypointMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Waypoint diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/TryWaypointMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/TryWaypointMessage.cs index 74d7834..be9a0cb 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/TryWaypointMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/TryWaypointMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Waypoint diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/WaypointActivatedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/WaypointActivatedMessage.cs index cb33aa8..ea5a1ed 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/WaypointActivatedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/Waypoint/WaypointActivatedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.Waypoint diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/EnterWorldMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/EnterWorldMessage.cs index a7df471..cee5883 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/EnterWorldMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/EnterWorldMessage.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/OpenWorldModeChangeMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/OpenWorldModeChangeMessage.cs index 23233e0..63fd74a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/OpenWorldModeChangeMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/OpenWorldModeChangeMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/RevealWorldMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/RevealWorldMessage.cs index 558794c..1cddea4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/RevealWorldMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/RevealWorldMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/TargetMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/TargetMessage.cs index 441123b..35a7453 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/TargetMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/TargetMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldDeletedMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldDeletedMessage.cs index 03f7168..cc7eafb 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldDeletedMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldDeletedMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldStatusMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldStatusMessage.cs index 56f2af8..1bc0f90 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldStatusMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldStatusMessage.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldSyncedDataMessage.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldSyncedDataMessage.cs index efaa73d..a92c317 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldSyncedDataMessage.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Definitions/World/WorldSyncedDataMessage.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.MessageSystem.Message.Fields; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.MessageSystem.Message.Fields; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Definitions.World diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ActiveEvent.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ActiveEvent.cs index 032ec22..1cd75bf 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ActiveEvent.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ActiveEvent.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ActiveSkillSavedData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ActiveSkillSavedData.cs index 4845bf3..dceb4da 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ActiveSkillSavedData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ActiveSkillSavedData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/AnimPreplayData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/AnimPreplayData.cs index d76062f..8f30fa9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/AnimPreplayData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/AnimPreplayData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/DPathPieData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/DPathPieData.cs index 0537495..e83c078 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/DPathPieData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/DPathPieData.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/DPathSinData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/DPathSinData.cs index 160731c..8b8499d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/DPathSinData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/DPathSinData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EnchantAffixChoice.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EnchantAffixChoice.cs index 4340ba1..6ae12ec 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EnchantAffixChoice.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EnchantAffixChoice.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System.Text; +using System.Text; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields { diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EnterKnownLookOverrides.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EnterKnownLookOverrides.cs index 8a0e450..2286c29 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EnterKnownLookOverrides.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EnterKnownLookOverrides.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EntityId.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EntityId.cs index 2e6b26e..cc9b6d9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EntityId.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/EntityId.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GBHandle.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GBHandle.cs index d7e65bf..1e7e392 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GBHandle.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GBHandle.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameAccountHandle.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameAccountHandle.cs index 541bec2..0f80f02 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameAccountHandle.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameAccountHandle.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameId.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameId.cs index bc0cb58..c1dac5e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameId.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameId.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameSyncedData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameSyncedData.cs index f944796..0513884 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameSyncedData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/GameSyncedData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HeroStateData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HeroStateData.cs index 1c23bd8..87ceae2 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HeroStateData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HeroStateData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HirelingInfo.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HirelingInfo.cs index e1696a9..8883641 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HirelingInfo.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HirelingInfo.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HirelingSavedData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HirelingSavedData.cs index dfe7b92..684644e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HirelingSavedData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HirelingSavedData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HotbarButtonData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HotbarButtonData.cs index 8804c24..b2a01ba 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HotbarButtonData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/HotbarButtonData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/InvLoc.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/InvLoc.cs index 3fa1806..efd923f 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/InvLoc.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/InvLoc.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/InventoryLocationMessageData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/InventoryLocationMessageData.cs index 4aa40de..c323491 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/InventoryLocationMessageData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/InventoryLocationMessageData.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LearnedLore.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LearnedLore.cs index 7421de6..34c006e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LearnedLore.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LearnedLore.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutItemData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutItemData.cs index c36e18e..c16c9f4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutItemData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutItemData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutPotionData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutPotionData.cs index 9469d79..6ee8237 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutPotionData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutPotionData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutSkillData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutSkillData.cs index 86a5dd0..915ba1e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutSkillData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/LoadoutSkillData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/NPCInteraction.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/NPCInteraction.cs index 658d676..0497ed4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/NPCInteraction.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/NPCInteraction.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/NetAttributeKeyValue.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/NetAttributeKeyValue.cs index e97f4b7..053daf3 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/NetAttributeKeyValue.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/NetAttributeKeyValue.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayAnimationMessageSpec.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayAnimationMessageSpec.cs index cf9042a..499c6cc 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayAnimationMessageSpec.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayAnimationMessageSpec.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayLineParams.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayLineParams.cs index e947687..da06a9e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayLineParams.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayLineParams.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.Core.MPQ.FileFormats; -//Blizzless Project 2022 +using DiIiS_NA.Core.MPQ.FileFormats; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using static DiIiS_NA.Core.MPQ.FileFormats.GameBalance; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerQuestHistoryEntry.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerQuestHistoryEntry.cs index a47850c..1e8e406 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerQuestHistoryEntry.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerQuestHistoryEntry.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerQuestRewardHistoryEntry.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerQuestRewardHistoryEntry.cs index 1ba98ae..fa2f39d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerQuestRewardHistoryEntry.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerQuestRewardHistoryEntry.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerSavedData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerSavedData.cs index 084aa01..d139843 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerSavedData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerSavedData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerSavedQuest.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerSavedQuest.cs index 5d4204e..220f65c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerSavedQuest.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/PlayerSavedQuest.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/RareItemName.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/RareItemName.cs index 6e75619..f44c52d 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/RareItemName.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/RareItemName.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ResolvedPortalDestination.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ResolvedPortalDestination.cs index 96654be..539224b 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ResolvedPortalDestination.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/ResolvedPortalDestination.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SavePointData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SavePointData.cs index 9c5c212..f8de427 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SavePointData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SavePointData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SavedConversations.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SavedConversations.cs index 4ea5e3c..e880b3a 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SavedConversations.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SavedConversations.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SkillKeyMapping.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SkillKeyMapping.cs index dca75a8..61bbc17 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SkillKeyMapping.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/SkillKeyMapping.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/UnlockableRandomAffixProperties.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/UnlockableRandomAffixProperties.cs index 94df1fa..37a79ee 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/UnlockableRandomAffixProperties.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/UnlockableRandomAffixProperties.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualCosmeticItem.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualCosmeticItem.cs index 47d3d1d..58239d6 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualCosmeticItem.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualCosmeticItem.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualEquipment.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualEquipment.cs index 354d707..fc2e96e 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualEquipment.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualEquipment.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualItem.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualItem.cs index 1cf59da..b837347 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualItem.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/VisualItem.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldLocationMessageData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldLocationMessageData.cs index 22c9fba..1ab4e28 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldLocationMessageData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldLocationMessageData.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldPlace.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldPlace.cs index 129e4c2..e4862a9 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldPlace.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldPlace.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.Core.Types.Math; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.Core.Types.Math; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldSyncedData.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldSyncedData.cs index 90dc343..eac8b4f 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldSyncedData.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Message/Fields/WorldSyncedData.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem.Message.Fields diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/MessageAttribute.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/MessageAttribute.cs index d1ba247..9453922 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/MessageAttribute.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/MessageAttribute.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/Opcodes.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/Opcodes.cs index 6980607..0a920c4 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/Opcodes.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/Opcodes.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.GameServer.MessageSystem diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/ScriptedAttributeInitializer.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/ScriptedAttributeInitializer.cs index b9fdce6..969bd41 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/ScriptedAttributeInitializer.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/ScriptedAttributeInitializer.cs @@ -1,26 +1,14 @@ -//Blizzless Project 2022 -using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; -//Blizzless Project 2022 +using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; using Microsoft.CodeAnalysis; -//Blizzless Project 2022 using Microsoft.CodeAnalysis.CSharp; -//Blizzless Project 2022 using Microsoft.CodeAnalysis.Emit; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Runtime.Loader; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Text.RegularExpressions; namespace DiIiS_NA.GameServer.MessageSystem @@ -148,13 +136,9 @@ namespace DiIiS_NA.GameServer.MessageSystem string codeToCompile = ""; codeToCompile += -@"//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +@"using System; using System.Runtime; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ObjectsSystem; namespace DiIiS_NA.GameServer.MessageSystem.GeneratedCode @@ -201,8 +185,7 @@ namespace DiIiS_NA.GameServer.MessageSystem.GeneratedCode references: references, options: new CSharpCompilationOptions(OutputKind.DynamicallyLinkedLibrary, assemblyIdentityComparer: DesktopAssemblyIdentityComparer.Default)); - //Blizzless Project 2022 -using (var ms = new MemoryStream()) + using (var ms = new MemoryStream()) { EmitResult result = compilation.Emit(ms); diff --git a/src/DiIiS-NA/D3-GameServer/NATConfig.cs b/src/DiIiS-NA/D3-GameServer/NATConfig.cs index 0179e59..101bdde 100644 --- a/src/DiIiS-NA/D3-GameServer/NATConfig.cs +++ b/src/DiIiS-NA/D3-GameServer/NATConfig.cs @@ -1,5 +1,4 @@ -//Blizzless Project 2022 -using System.Text; +using System.Text; namespace DiIiS_NA.GameServer { diff --git a/src/DiIiS-NA/Program.cs b/src/DiIiS-NA/Program.cs index b52d6d7..dc7c0ea 100644 --- a/src/DiIiS-NA/Program.cs +++ b/src/DiIiS-NA/Program.cs @@ -1,67 +1,37 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Discord.Modules; using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using DiIiS_NA.Core.MPQ; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage; -//Blizzless Project 2022 using DiIiS_NA.Core.Storage.AccountDataBase.Entities; -//Blizzless Project 2022 using DiIiS_NA.GameServer.AchievementSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.CommandManager; using DiIiS_NA.GameServer.GSSystem.ActorSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.GameSystem; -//Blizzless Project 2022 using DiIiS_NA.GameServer.GSSystem.ItemsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Base; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Battle; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.GuildSystem; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.Toons; -//Blizzless Project 2022 using DiIiS_NA.REST; -//Blizzless Project 2022 using DiIiS_NA.REST.Manager; -//Blizzless Project 2022 using DotNetty.Handlers.Logging; -//Blizzless Project 2022 using DotNetty.Transport.Bootstrapping; -//Blizzless Project 2022 using DotNetty.Transport.Channels; -//Blizzless Project 2022 using DotNetty.Transport.Channels.Sockets; -//Blizzless Project 2022 using Npgsql; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Data.Common; using System.Diagnostics; -//Blizzless Project 2022 using System.Globalization; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Runtime.ExceptionServices; using System.Runtime.InteropServices; -//Blizzless Project 2022 using System.Security; -//Blizzless Project 2022 using System.Security.Permissions; -//Blizzless Project 2022 using System.Threading; -//Blizzless Project 2022 using System.Threading.Tasks; using Spectre.Console; using Environment = System.Environment; diff --git a/src/DiIiS-NA/REST/Config.cs b/src/DiIiS-NA/REST/Config.cs index 4128544..9dc7051 100644 --- a/src/DiIiS-NA/REST/Config.cs +++ b/src/DiIiS-NA/REST/Config.cs @@ -1,9 +1,6 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Text; namespace DiIiS_NA.REST diff --git a/src/DiIiS-NA/REST/Data/Authentication/LogonData.cs b/src/DiIiS-NA/REST/Data/Authentication/LogonData.cs index eec0867..cf692ac 100644 --- a/src/DiIiS-NA/REST/Data/Authentication/LogonData.cs +++ b/src/DiIiS-NA/REST/Data/Authentication/LogonData.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.REST.Data.Forms; -//Blizzless Project 2022 +using DiIiS_NA.REST.Data.Forms; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Runtime.Serialization; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Data.Authentication diff --git a/src/DiIiS-NA/REST/Data/Authentication/LogonResult.cs b/src/DiIiS-NA/REST/Data/Authentication/LogonResult.cs index d55d77e..d0d2496 100644 --- a/src/DiIiS-NA/REST/Data/Authentication/LogonResult.cs +++ b/src/DiIiS-NA/REST/Data/Authentication/LogonResult.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using DiIiS_NA.REST.Data.Forms; -//Blizzless Project 2022 +using DiIiS_NA.REST.Data.Forms; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Runtime.Serialization; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Data.Authentication diff --git a/src/DiIiS-NA/REST/Data/Forms/FormInput.cs b/src/DiIiS-NA/REST/Data/Forms/FormInput.cs index 4d0abd0..3d3bb09 100644 --- a/src/DiIiS-NA/REST/Data/Forms/FormInput.cs +++ b/src/DiIiS-NA/REST/Data/Forms/FormInput.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Runtime.Serialization; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Data.Forms diff --git a/src/DiIiS-NA/REST/Data/Forms/FormInputValue.cs b/src/DiIiS-NA/REST/Data/Forms/FormInputValue.cs index 0dfc59c..80ff0d9 100644 --- a/src/DiIiS-NA/REST/Data/Forms/FormInputValue.cs +++ b/src/DiIiS-NA/REST/Data/Forms/FormInputValue.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Runtime.Serialization; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Data.Forms diff --git a/src/DiIiS-NA/REST/Data/Forms/FormInputs.cs b/src/DiIiS-NA/REST/Data/Forms/FormInputs.cs index a686995..d0dd2d7 100644 --- a/src/DiIiS-NA/REST/Data/Forms/FormInputs.cs +++ b/src/DiIiS-NA/REST/Data/Forms/FormInputs.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Runtime.Serialization; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Data.Forms diff --git a/src/DiIiS-NA/REST/Extensions/DataExtensions.cs b/src/DiIiS-NA/REST/Extensions/DataExtensions.cs index 436ba0a..dc1d6d2 100644 --- a/src/DiIiS-NA/REST/Extensions/DataExtensions.cs +++ b/src/DiIiS-NA/REST/Extensions/DataExtensions.cs @@ -1,24 +1,13 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Numerics; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Runtime.CompilerServices; -//Blizzless Project 2022 using System.Runtime.InteropServices; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Text.RegularExpressions; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Extensions diff --git a/src/DiIiS-NA/REST/Extensions/Singleton.cs b/src/DiIiS-NA/REST/Extensions/Singleton.cs index ea92f6d..536e514 100644 --- a/src/DiIiS-NA/REST/Extensions/Singleton.cs +++ b/src/DiIiS-NA/REST/Extensions/Singleton.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Extensions diff --git a/src/DiIiS-NA/REST/Global/Instanse.cs b/src/DiIiS-NA/REST/Global/Instanse.cs index f18d1a0..a991495 100644 --- a/src/DiIiS-NA/REST/Global/Instanse.cs +++ b/src/DiIiS-NA/REST/Global/Instanse.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using DiIiS_NA.REST.Manager; -//Blizzless Project 2022 +using DiIiS_NA.REST.Manager; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Global diff --git a/src/DiIiS-NA/REST/Http/Http.cs b/src/DiIiS-NA/REST/Http/Http.cs index 5faa817..d1d4b6a 100644 --- a/src/DiIiS-NA/REST/Http/Http.cs +++ b/src/DiIiS-NA/REST/Http/Http.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Reflection; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Http @@ -46,8 +39,7 @@ namespace DiIiS_NA.REST.Http { var sb = new StringBuilder(); - //Blizzless Project 2022 - using (var sw = new StringWriter(sb)) + using (var sw = new StringWriter(sb)) { sw.WriteLine($"HTTP/1.1 {(int)httpCode} {httpCode}"); sw.WriteLine("Connection: close"); ; @@ -61,8 +53,7 @@ namespace DiIiS_NA.REST.Http { var sb = new StringBuilder(); - //Blizzless Project 2022 - using (var sw = new StringWriter(sb)) + using (var sw = new StringWriter(sb)) { sw.WriteLine($"HTTP/1.1 {(int)httpCode} {httpCode}"); sw.WriteLine($"Content-Length: {content.Length}"); @@ -83,8 +74,7 @@ namespace DiIiS_NA.REST.Http var headerValues = new Dictionary(); var header = new HttpHeader(); - //Blizzless Project 2022 - using (var sr = new StreamReader(new MemoryStream(data, 0, length))) + using (var sr = new StreamReader(new MemoryStream(data, 0, length))) { var info = sr.ReadLine().Split(new string[] { " " }, StringSplitOptions.RemoveEmptyEntries); diff --git a/src/DiIiS-NA/REST/IO/ByteBuffer.cs b/src/DiIiS-NA/REST/IO/ByteBuffer.cs index 54ee0c6..8ea9a22 100644 --- a/src/DiIiS-NA/REST/IO/ByteBuffer.cs +++ b/src/DiIiS-NA/REST/IO/ByteBuffer.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using FluentNHibernate.Conventions; -//Blizzless Project 2022 +using FluentNHibernate.Conventions; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Numerics; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO diff --git a/src/DiIiS-NA/REST/IO/StringArguments.cs b/src/DiIiS-NA/REST/IO/StringArguments.cs index 64b07d5..a7c18b6 100644 --- a/src/DiIiS-NA/REST/IO/StringArguments.cs +++ b/src/DiIiS-NA/REST/IO/StringArguments.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using FluentNHibernate.Conventions; -//Blizzless Project 2022 +using FluentNHibernate.Conventions; using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Text.RegularExpressions; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO diff --git a/src/DiIiS-NA/REST/IO/Zlib/Adler32.cs b/src/DiIiS-NA/REST/IO/Zlib/Adler32.cs index 77296b8..fc73d88 100644 --- a/src/DiIiS-NA/REST/IO/Zlib/Adler32.cs +++ b/src/DiIiS-NA/REST/IO/Zlib/Adler32.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO.Zlib diff --git a/src/DiIiS-NA/REST/IO/Zlib/Compress.cs b/src/DiIiS-NA/REST/IO/Zlib/Compress.cs index 9e84426..689dace 100644 --- a/src/DiIiS-NA/REST/IO/Zlib/Compress.cs +++ b/src/DiIiS-NA/REST/IO/Zlib/Compress.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.IO.Compression; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO.Zlib @@ -25,8 +18,7 @@ namespace DiIiS_NA.REST.IO.Zlib uint adler32 = ZLib.adler32(1, data, (uint)data.Length);// Adler32(1, data, (uint)data.Length); var ms = new MemoryStream(); - //Blizzless Project 2022 -using (var deflateStream = new DeflateStream(ms, CompressionMode.Compress)) + using (var deflateStream = new DeflateStream(ms, CompressionMode.Compress)) { deflateStream.Write(data, 0, data.Length); deflateStream.Flush(); @@ -40,8 +32,7 @@ using (var deflateStream = new DeflateStream(ms, CompressionMode.Compress)) public static byte[] Decompress(byte[] data, uint unpackedSize) { byte[] decompressData = new byte[unpackedSize]; - //Blizzless Project 2022 -using (var deflateStream = new DeflateStream(new MemoryStream(data, 2, data.Length - 6), CompressionMode.Decompress)) + using (var deflateStream = new DeflateStream(new MemoryStream(data, 2, data.Length - 6), CompressionMode.Decompress)) { var decompressed = new MemoryStream(); deflateStream.CopyTo(decompressed); diff --git a/src/DiIiS-NA/REST/IO/Zlib/Crc32.cs b/src/DiIiS-NA/REST/IO/Zlib/Crc32.cs index cfbf643..6349fcb 100644 --- a/src/DiIiS-NA/REST/IO/Zlib/Crc32.cs +++ b/src/DiIiS-NA/REST/IO/Zlib/Crc32.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO.Zlib diff --git a/src/DiIiS-NA/REST/IO/Zlib/Deflate.cs b/src/DiIiS-NA/REST/IO/Zlib/Deflate.cs index d730202..0758f43 100644 --- a/src/DiIiS-NA/REST/IO/Zlib/Deflate.cs +++ b/src/DiIiS-NA/REST/IO/Zlib/Deflate.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO.Zlib @@ -545,8 +540,7 @@ namespace DiIiS_NA.REST.IO.Zlib // The dictionary should consist of strings (byte sequences) that are likely // to be encountered later in the data to be compressed, with the most commonly - // used strings preferably put towards the end of the dictionary. //Blizzless Project 2022 - + // used strings preferably put towards the end of the dictionary. // dictionary is most useful when the data to be compressed is short and can be // predicted with good accuracy; the data can then be compressed better than // with the default empty dictionary. @@ -777,8 +771,7 @@ namespace DiIiS_NA.REST.IO.Zlib // // For any setting other than those defaults for windowBits and memLevel, // the value returned is a conservative worst case for the maximum expansion - // resulting from //Blizzless Project 2022 - // can emit on compressed data for some combinations of the parameters. + // resulting from // can emit on compressed data for some combinations of the parameters. // // This function could be more sophisticated to provide closer upper bounds for // every combination of windowBits and memLevel. But even the conservative @@ -927,8 +920,7 @@ namespace DiIiS_NA.REST.IO.Zlib // If flush is set to Z_FULL_FLUSH, all output is flushed as with // Z_SYNC_FLUSH, and the compression state is reset so that decompression can // restart from this point if previous compressed data has been damaged or if - // random access is desired. //Blizzless Project 2022 - // compression. + // random access is desired. // compression. // If deflate returns with avail_out == 0, this function must be called again // with the same value of the flush parameter and more output space (updated diff --git a/src/DiIiS-NA/REST/IO/Zlib/Trees.cs b/src/DiIiS-NA/REST/IO/Zlib/Trees.cs index a4ad5b7..945822e 100644 --- a/src/DiIiS-NA/REST/IO/Zlib/Trees.cs +++ b/src/DiIiS-NA/REST/IO/Zlib/Trees.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO.Zlib diff --git a/src/DiIiS-NA/REST/IO/Zlib/ZLib.cs b/src/DiIiS-NA/REST/IO/Zlib/ZLib.cs index 1f3e06c..34e3ebd 100644 --- a/src/DiIiS-NA/REST/IO/Zlib/ZLib.cs +++ b/src/DiIiS-NA/REST/IO/Zlib/ZLib.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO.Zlib diff --git a/src/DiIiS-NA/REST/IO/Zlib/ZUtil.cs b/src/DiIiS-NA/REST/IO/Zlib/ZUtil.cs index 6dd709f..db87b89 100644 --- a/src/DiIiS-NA/REST/IO/Zlib/ZUtil.cs +++ b/src/DiIiS-NA/REST/IO/Zlib/ZUtil.cs @@ -1,12 +1,7 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.IO.Zlib diff --git a/src/DiIiS-NA/REST/JSON/Json.cs b/src/DiIiS-NA/REST/JSON/Json.cs index 385c2fa..c871651 100644 --- a/src/DiIiS-NA/REST/JSON/Json.cs +++ b/src/DiIiS-NA/REST/JSON/Json.cs @@ -1,18 +1,10 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using System.Runtime.Serialization.Json; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using DiIiS_NA.REST.Extensions; namespace DiIiS_NA.REST.JSON diff --git a/src/DiIiS-NA/REST/Manager/Cypher.cs b/src/DiIiS-NA/REST/Manager/Cypher.cs index 48514ba..401a88d 100644 --- a/src/DiIiS-NA/REST/Manager/Cypher.cs +++ b/src/DiIiS-NA/REST/Manager/Cypher.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Runtime.CompilerServices; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Manager diff --git a/src/DiIiS-NA/REST/Manager/SessionManager.cs b/src/DiIiS-NA/REST/Manager/SessionManager.cs index ef125f2..8e93bc6 100644 --- a/src/DiIiS-NA/REST/Manager/SessionManager.cs +++ b/src/DiIiS-NA/REST/Manager/SessionManager.cs @@ -1,10 +1,6 @@ -//Blizzless Project 2022 -using DiIiS_NA.REST.Data.Forms; -//Blizzless Project 2022 +using DiIiS_NA.REST.Data.Forms; using DiIiS_NA.REST.Extensions; -//Blizzless Project 2022 using System.Net; -//Blizzless Project 2022 using System.Security.Cryptography.X509Certificates; namespace DiIiS_NA.REST.Manager diff --git a/src/DiIiS-NA/REST/Manager/SocketManager.cs b/src/DiIiS-NA/REST/Manager/SocketManager.cs index 5d4a6ae..88cfb50 100644 --- a/src/DiIiS-NA/REST/Manager/SocketManager.cs +++ b/src/DiIiS-NA/REST/Manager/SocketManager.cs @@ -1,8 +1,5 @@ -//Blizzless Project 2022 -using DiIiS_NA.REST.Networking; -//Blizzless Project 2022 +using DiIiS_NA.REST.Networking; using System; -//Blizzless Project 2022 using System.Net.Sockets; namespace DiIiS_NA.REST.Manager diff --git a/src/DiIiS-NA/REST/Networking/AsyncAcceptor.cs b/src/DiIiS-NA/REST/Networking/AsyncAcceptor.cs index c2ba38a..d5e4515 100644 --- a/src/DiIiS-NA/REST/Networking/AsyncAcceptor.cs +++ b/src/DiIiS-NA/REST/Networking/AsyncAcceptor.cs @@ -1,16 +1,9 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Net; -//Blizzless Project 2022 using System.Net.Sockets; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Networking diff --git a/src/DiIiS-NA/REST/Networking/NetworkThread.cs b/src/DiIiS-NA/REST/Networking/NetworkThread.cs index a83ab74..d62e8b0 100644 --- a/src/DiIiS-NA/REST/Networking/NetworkThread.cs +++ b/src/DiIiS-NA/REST/Networking/NetworkThread.cs @@ -1,14 +1,8 @@ -//Blizzless Project 2022 -using System; -//Blizzless Project 2022 +using System; using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading; -//Blizzless Project 2022 using System.Threading.Tasks; namespace DiIiS_NA.REST.Networking diff --git a/src/DiIiS-NA/REST/RestSession.cs b/src/DiIiS-NA/REST/RestSession.cs index 8f2c51a..e0f5c40 100644 --- a/src/DiIiS-NA/REST/RestSession.cs +++ b/src/DiIiS-NA/REST/RestSession.cs @@ -1,33 +1,18 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Collections.Generic; -//Blizzless Project 2022 using System.Linq; -//Blizzless Project 2022 using System.Text; -//Blizzless Project 2022 using System.Threading.Tasks; -//Blizzless Project 2022 using System.Net.Sockets; -//Blizzless Project 2022 using System.Security.Cryptography; -//Blizzless Project 2022 using System.Security.Cryptography.X509Certificates; -//Blizzless Project 2022 using DiIiS_NA.REST.Http; -//Blizzless Project 2022 using DiIiS_NA.REST.Extensions; -//Blizzless Project 2022 using DiIiS_NA.REST.Data.Authentication; -//Blizzless Project 2022 using DiIiS_NA.REST.JSON; -//Blizzless Project 2022 using DiIiS_NA.LoginServer.AccountsSystem; -//Blizzless Project 2022 using System.IO; -//Blizzless Project 2022 using DiIiS_NA.GameServer.MessageSystem; namespace DiIiS_NA.REST diff --git a/src/DiIiS-NA/REST/SocketBase.cs b/src/DiIiS-NA/REST/SocketBase.cs index 28b5fc2..9d6dcc1 100644 --- a/src/DiIiS-NA/REST/SocketBase.cs +++ b/src/DiIiS-NA/REST/SocketBase.cs @@ -1,11 +1,7 @@ //Blizzless Project 2022 -//Blizzless Project 2022 using DiIiS_NA.Core.Logging; -//Blizzless Project 2022 using System; -//Blizzless Project 2022 using System.Net; -//Blizzless Project 2022 using System.Net.Sockets; namespace DiIiS_NA.REST @@ -50,8 +46,7 @@ namespace DiIiS_NA.REST try { - //Blizzless Project 2022 - using (var socketEventargs = new SocketAsyncEventArgs()) + using (var socketEventargs = new SocketAsyncEventArgs()) { socketEventargs.SetBuffer(_receiveBuffer, 0, _receiveBuffer.Length); socketEventargs.Completed += (sender, args) => ReadHandlerInternal(args); @@ -76,8 +71,7 @@ namespace DiIiS_NA.REST try { - //Blizzless Project 2022 - using (var socketEventargs = new SocketAsyncEventArgs()) + using (var socketEventargs = new SocketAsyncEventArgs()) { socketEventargs.SetBuffer(_receiveBuffer, 0, _receiveBuffer.Length); socketEventargs.Completed += (sender, args) => callback(args); @@ -123,8 +117,7 @@ namespace DiIiS_NA.REST { if (!IsOpen()) return; - //Blizzless Project 2022 - using (var socketEventargs = new SocketAsyncEventArgs()) + using (var socketEventargs = new SocketAsyncEventArgs()) { socketEventargs.SetBuffer(data, 0, data.Length); socketEventargs.Completed += WriteHandlerInternal; diff --git a/src/DiIiS-NA/libs/CrystalMpq.License b/src/DiIiS-NA/libs/CrystalMpq.License index bc01e06..733455c 100644 --- a/src/DiIiS-NA/libs/CrystalMpq.License +++ b/src/DiIiS-NA/libs/CrystalMpq.License @@ -16,5 +16,4 @@ A "contributor" is any person that distributes its contribution under this licen (C) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. (D) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. -(F) The software is licensed "as-is." You bear the risk of //Blizzless Project 2022 -using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. \ No newline at end of file +(F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. \ No newline at end of file diff --git a/src/DiIiS-NA/libs/CrystalMpq.xml b/src/DiIiS-NA/libs/CrystalMpq.xml index ff03e57..e7a1270 100644 --- a/src/DiIiS-NA/libs/CrystalMpq.xml +++ b/src/DiIiS-NA/libs/CrystalMpq.xml @@ -163,8 +163,7 @@ Parses the listfile if it has not already been done. Once the list file has been parsed, calls this function will just do nothing. - The list file will always be parsed by default, but you can override this behavior //Blizzless Project 2022 -using an appropriate constructor. + The list file will always be parsed by default, but you can override this behavior using an appropriate constructor. Please note that parsing the list file can take some time, and is not required if you already know the filenames. Also, this operation is irreversible. Once the filenames are present in memory, the only way to free the memory is to close the archive. @@ -311,9 +310,7 @@ using an appropriate constructor. Gets a buffer of at least bytes. - While actively //Blizzless Project 2022 -using the buffer, you must make sure to not call any other method //Blizzless Project 2022 -using the same shared buffer. + While actively using the buffer, you must make sure to not call any other method using the same shared buffer. Also, no references to the buffer should be leaked after the method requesting the buffer has returned. Not following these rules carefully will likely lead to a crash. @@ -481,19 +478,16 @@ using the same shared buffer. This structure is designed for internal use in CrystalMpq. Incorrect usage of the structure will lead to bugs or even worse, memory leaks. - The structure shall always be initialized //Blizzless Project 2022 -using this constructor. + The structure shall always be initialized using this constructor. Once created, there shall never be more than one living copy of the structure. The structure shall always be passed as a reference parameter and never as a value parameter. - Once the structure have been used for its purposes, it shall be released //Blizzless Project 2022 -using the method. + Once the structure have been used for its purposes, it shall be released using the method. After the structure has been disposed, the instance shall never be used again. Initializes a new instance of the struct. - The structure shall always be initialized //Blizzless Project 2022 -using this constructor. + The structure shall always be initialized using this constructor. Array of bit containing the data Position of data in the array Size of data in the array @@ -509,16 +503,13 @@ using this constructor. Flags which can be applied to files in a MPQ archive. - The file is compressed //Blizzless Project 2022 -using DCL compression only. + The file is compressed using DCL compression only. - The file is compressed //Blizzless Project 2022 -using Blizzard's multiple compression system. + The file is compressed using Blizzard's multiple compression system. - The file is compressed //Blizzless Project 2022 -using either method. + The file is compressed using either method. The file is encrypted with a seed. diff --git a/src/DiIiS-NA/libs/PowerCollections.License b/src/DiIiS-NA/libs/PowerCollections.License index d330dd4..cfa5e78 100644 --- a/src/DiIiS-NA/libs/PowerCollections.License +++ b/src/DiIiS-NA/libs/PowerCollections.License @@ -68,8 +68,7 @@ For example, a Contributor might include the Program in a commercial product off 5. NO WARRANTY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of //Blizzless Project 2022 -using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. 6. DISCLAIMER OF LIABILITY diff --git a/src/DiIiS-NA/libs/PowerCollections.XML b/src/DiIiS-NA/libs/PowerCollections.XML index b1489e2..1c828bf 100644 --- a/src/DiIiS-NA/libs/PowerCollections.XML +++ b/src/DiIiS-NA/libs/PowerCollections.XML @@ -35,8 +35,7 @@ - Creates a new pair //Blizzless Project 2022 -using elements from a KeyValuePair structure. The + Creates a new pair using elements from a KeyValuePair structure. The First element gets the Key, and the Second elements gets the Value. The KeyValuePair to initialize the Pair with . @@ -45,8 +44,7 @@ using elements from a KeyValuePair structure. The Determines if this pair is equal to another object. The pair is equal to another object if that object is a Pair, both element types are the same, and the first and second elements - both compare equal //Blizzless Project 2022 -using object.Equals. + both compare equal using object.Equals. Object to compare for equality. True if the objects are equal. False if the objects are not equal. @@ -54,8 +52,7 @@ using object.Equals. Determines if this pair is equal to another pair. The pair is equal if the first and second elements - both compare equal //Blizzless Project 2022 -using IComparable<T>.Equals or object.Equals. + both compare equal using IComparable<T>.Equals or object.Equals. Pair to compare with for equality. True if the pairs are equal. False if the pairs are not equal. @@ -63,16 +60,14 @@ using IComparable<T>.Equals or object.Equals. Returns a hash code for the pair, suitable for use in a hash-table or other hashed collection. - Two pairs that compare equal (//Blizzless Project 2022 -using Equals) will have the same hash code. The hash code for + Two pairs that compare equal (using Equals) will have the same hash code. The hash code for the pair is derived by combining the hash codes for each of the two elements of the pair. The hash code. - Compares this pair to another pair of the some type. The pairs are compared by //Blizzless Project 2022 -using + Compares this pair to another pair of the some type. The pairs are compared by using the IComparable<T> or IComparable interface on TFirst and TSecond. The pairs are compared by their first elements first, if their first elements are equal, then they are compared by their second elements. @@ -89,8 +84,7 @@ using - Compares this pair to another pair of the some type. The pairs are compared by //Blizzless Project 2022 -using + Compares this pair to another pair of the some type. The pairs are compared by using the IComparable<T> or IComparable interface on TFirst and TSecond. The pairs are compared by their first elements first, if their first elements are equal, then they are compared by their second elements. @@ -119,8 +113,7 @@ using Determines if two pairs are equal. Two pairs are equal if the first and second elements - both compare equal //Blizzless Project 2022 -using IComparable<T>.Equals or object.Equals. + both compare equal using IComparable<T>.Equals or object.Equals. First pair to compare. Second pair to compare. @@ -129,8 +122,7 @@ using IComparable<T>.Equals or object.Equals. Determines if two pairs are not equal. Two pairs are equal if the first and second elements - both compare equal //Blizzless Project 2022 -using IComparable<T>.Equals or object.Equals. + both compare equal using IComparable<T>.Equals or object.Equals. First pair to compare. Second pair to compare. @@ -258,8 +250,7 @@ using IComparable<T>.Equals or object.Equals. Determines if the collection contains a particular item. This default implementation iterates all of the items in the collection via GetEnumerator, testing each item - against //Blizzless Project 2022 -using IComparable<T>.Equals or + against using IComparable<T>.Equals or Object.Equals. You should strongly consider overriding this method to provide @@ -271,8 +262,7 @@ using IComparable<T>.Equals or Copies all the items in the collection into an array. Implemented by - //Blizzless Project 2022 -using the enumerator returned from GetEnumerator to get all the items + using the enumerator returned from GetEnumerator to get all the items and copy them to the provided array. Array to copy to. @@ -366,8 +356,7 @@ using the enumerator returned from GetEnumerator to get all the items Copies all the items in the collection into an array. Implemented by - //Blizzless Project 2022 -using the enumerator returned from GetEnumerator to get all the items + using the enumerator returned from GetEnumerator to get all the items and copy them to the provided array. Array to copy to. @@ -445,8 +434,7 @@ using the enumerator returned from GetEnumerator to get all the items Adds a new key-value pair to the dictionary. The default implementation of this method - checks to see if the key already exists //Blizzless Project 2022 -using + checks to see if the key already exists using ContainsKey, then calls the indexer setter if the key doesn't already exist. Key to add. @@ -752,8 +740,7 @@ using Determines if the collection contains a particular item. This default implementation iterates all of the items in the collection via GetEnumerator, testing each item - against //Blizzless Project 2022 -using IComparable<T>.Equals or + against using IComparable<T>.Equals or Object.Equals. You should strongly consider overriding this method to provide @@ -764,8 +751,7 @@ using IComparable<T>.Equals or Copies all the items in the collection into an array. Implemented by - //Blizzless Project 2022 -using the enumerator returned from GetEnumerator to get all the items + using the enumerator returned from GetEnumerator to get all the items and copy them to the provided array. Array to copy to. @@ -788,8 +774,7 @@ using the enumerator returned from GetEnumerator to get all the items Copies all the items in the collection into an array. Implemented by - //Blizzless Project 2022 -using the enumerator returned from GetEnumerator to get all the items + using the enumerator returned from GetEnumerator to get all the items and copy them to the provided array. Array to copy to. @@ -1200,10 +1185,8 @@ using the enumerator returned from GetEnumerator to get all the items Returns the IComparer<T> used to compare keys in this dictionary. - If the dictionary was created //Blizzless Project 2022 -using a comparer, that comparer is returned. If the dictionary was - created //Blizzless Project 2022 -using a comparison delegate, then a comparer equivalent to that delegate + If the dictionary was created using a comparer, that comparer is returned. If the dictionary was + created using a comparison delegate, then a comparer equivalent to that delegate is returned. Otherwise the default comparer for TKey (Comparer<TKey>.Default) is returned. @@ -2222,10 +2205,8 @@ using a comparison delegate, then a comparer equivalent to that delegate Returns the IComparer<T> used to compare items in this bag. - If the bag was created //Blizzless Project 2022 -using a comparer, that comparer is returned. If the bag was - created //Blizzless Project 2022 -using a comparison delegate, then a comparer equivalent to that delegate + If the bag was created using a comparer, that comparer is returned. If the bag was + created using a comparison delegate, then a comparer equivalent to that delegate is returned. Otherwise the default comparer for T (Comparer<T>.Default) is returned. @@ -2864,8 +2845,7 @@ using a comparison delegate, then a comparer equivalent to that delegate Determines if this triple is equal to another object. The triple is equal to another object if that object is a Triple, all element types are the same, and the all three elements - compare equal //Blizzless Project 2022 -using object.Equals. + compare equal using object.Equals. Object to compare for equality. True if the objects are equal. False if the objects are not equal. @@ -2873,8 +2853,7 @@ using object.Equals. Determines if this triple is equal to another triple. Two triples are equal if the all three elements - compare equal //Blizzless Project 2022 -using IComparable<T>.Equals or object.Equals. + compare equal using IComparable<T>.Equals or object.Equals. Triple to compare with for equality. True if the triples are equal. False if the triples are not equal. @@ -2882,16 +2861,14 @@ using IComparable<T>.Equals or object.Equals. Returns a hash code for the triple, suitable for use in a hash-table or other hashed collection. - Two triples that compare equal (//Blizzless Project 2022 -using Equals) will have the same hash code. The hash code for + Two triples that compare equal (using Equals) will have the same hash code. The hash code for the triple is derived by combining the hash codes for each of the two elements of the triple. The hash code. - Compares this triple to another triple of the some type. The triples are compared by //Blizzless Project 2022 -using + Compares this triple to another triple of the some type. The triples are compared by using the IComparable<T> or IComparable interface on TFirst, TSecond, and TThird. The triples are compared by their first elements first, if their first elements are equal, then they are compared by their second elements. If their second elements are also equal, then they @@ -2909,8 +2886,7 @@ using - Compares this triple to another triple of the some type. The triples are compared by //Blizzless Project 2022 -using + Compares this triple to another triple of the some type. The triples are compared by using the IComparable<T> or IComparable interface on TFirst, TSecond, and TThird. The triples are compared by their first elements first, if their first elements are equal, then they are compared by their second elements. If their second elements are also equal, then they @@ -2940,8 +2916,7 @@ using Determines if two triples are equal. Two triples are equal if the all three elements - compare equal //Blizzless Project 2022 -using IComparable<T>.Equals or object.Equals. + compare equal using IComparable<T>.Equals or object.Equals. First triple to compare. Second triple to compare. @@ -2950,8 +2925,7 @@ using IComparable<T>.Equals or object.Equals. Determines if two triples are not equal. Two triples are equal if the all three elements - compare equal //Blizzless Project 2022 -using IComparable<T>.Equals or object.Equals. + compare equal using IComparable<T>.Equals or object.Equals. First triple to compare. Second triple to compare. @@ -3151,8 +3125,7 @@ using IComparable<T>.Equals or object.Equals. Gets a count of the number of values associated with a key. The default implementation is slow; it enumerators all of the values - (//Blizzless Project 2022 -using TryEnumerateValuesForKey) to count them. A derived class + (using TryEnumerateValuesForKey) to count them. A derived class may be able to supply a more efficient implementation. The key to count values for. @@ -3271,8 +3244,7 @@ using TryEnumerateValuesForKey) to count them. A derived class Constructor. Initializes this collection. - Dictionary we're //Blizzless Project 2022 -using. + Dictionary we're using. The key we're looking at. @@ -3524,16 +3496,14 @@ using. Returns the IEqualityComparer<T> used to compare keys in this dictionary. - If the dictionary was created //Blizzless Project 2022 -using a comparer, that comparer is returned. Otherwise + If the dictionary was created using a comparer, that comparer is returned. Otherwise the default comparer for TKey (EqualityComparer<TKey>.Default) is returned. Returns the IEqualityComparer<T> used to compare values in this dictionary. - If the dictionary was created //Blizzless Project 2022 -using a comparer, that comparer is returned. Otherwise + If the dictionary was created using a comparer, that comparer is returned. Otherwise the default comparer for TValue (EqualityComparer<TValue>.Default) is returned. @@ -4433,8 +4403,7 @@ using a comparer, that comparer is returned. Otherwise Returns the IEqualityComparer<T> used to compare items in this set. - If the set was created //Blizzless Project 2022 -using a comparer, that comparer is returned. Otherwise + If the set was created using a comparer, that comparer is returned. Otherwise the default comparer for T (EqualityComparer<T>.Default) is returned. @@ -4654,8 +4623,7 @@ using a comparer, that comparer is returned. Otherwise Gets a count of the number of values associated with a key. The default implementation is slow; it enumerators all of the values - (//Blizzless Project 2022 -using TryEnumerateValuesForKey) to count them. A derived class + (using TryEnumerateValuesForKey) to count them. A derived class may be able to supply a more efficient implementation. The key to count values for. @@ -4751,8 +4719,7 @@ using TryEnumerateValuesForKey) to count them. A derived class Constructor. Initializes this collection. - Dictionary we're //Blizzless Project 2022 -using. + Dictionary we're using. The key we're looking at. @@ -5388,8 +5355,7 @@ using. The list to search. The items to search for. The BinaryPredicate used to compare items for "equality". - The index of the first item "equal" to any of the items in the collection , //Blizzless Project 2022 -using + The index of the first item "equal" to any of the items in the collection , using as the test for equality. -1 if no such item exists in the list. @@ -5425,8 +5391,7 @@ using The list to search. The items to search for. The BinaryPredicate used to compare items for "equality". - The index of the last item "equal" to any of the items in the collection , //Blizzless Project 2022 -using + The index of the last item "equal" to any of the items in the collection , using as the test for equality. -1 if no such item exists in the list. @@ -5463,8 +5428,7 @@ using A collection of items to search for. The BinaryPredicate used to compare items for "equality". An IEnumerable<T> that enumerates the indices of items "equal" to any of the items - in the collection , //Blizzless Project 2022 -using + in the collection , using as the test for equality. @@ -6009,8 +5973,7 @@ using Finds the maximum value in a collection. - Values in the collection are compared by //Blizzless Project 2022 -using the IComparable<T> + Values in the collection are compared by using the IComparable<T> interfaces implementation on the type T. The type of items in the collection. The collection to search. @@ -6046,8 +6009,7 @@ using the IComparable<T> Finds the minimum value in a collection. - Values in the collection are compared by //Blizzless Project 2022 -using the IComparable<T> + Values in the collection are compared by using the IComparable<T> interfaces implementation on the type T. The type of items in the collection. The collection to search. @@ -6083,8 +6045,7 @@ using the IComparable<T> Finds the index of the maximum value in a list. - Values in the list are compared by //Blizzless Project 2022 -using the IComparable<T> + Values in the list are compared by using the IComparable<T> interfaces implementation on the type T. The type of items in the list. The list to search. @@ -6120,8 +6081,7 @@ using the IComparable<T> Finds the index of the minimum value in a list. - Values in the list are compared by //Blizzless Project 2022 -using the IComparable<T> + Values in the list are compared by using the IComparable<T> interfaces implementation on the type T. The type of items in the list. The list to search. @@ -6160,8 +6120,7 @@ using the IComparable<T> Creates a sorted version of a collection. - Values are compared by //Blizzless Project 2022 -using the IComparable<T> + Values are compared by using the IComparable<T> interfaces implementation on the type T. The collection to sort. An array containing the sorted version of the collection. @@ -6191,8 +6150,7 @@ using the IComparable<T> The Quicksort algorithms is used to sort the items. In virtually all cases, this takes time O(N log N), where N is the number of items in the list. - Values are compared by //Blizzless Project 2022 -using the IComparable<T> + Values are compared by using the IComparable<T> interfaces implementation on the type T. Although arrays cast to IList<T> are normally read-only, this method will work correctly and modify an array passed as . @@ -6228,8 +6186,7 @@ using the IComparable<T> Creates a sorted version of a collection. The sort is stable, which means that if items X and Y are equal, and X precedes Y in the unsorted collection, X will precede Y is the sorted collection. - Values are compared by //Blizzless Project 2022 -using the IComparable<T> + Values are compared by using the IComparable<T> interfaces implementation on the type T. The collection to sort. An array containing the sorted version of the collection. @@ -6252,8 +6209,7 @@ using the IComparable<T> A supplied Comparison<T> delegate is used to compare the items in the collection. - Values are compared by //Blizzless Project 2022 -using the IComparable<T> + Values are compared by using the IComparable<T> interfaces implementation on the type T. The collection to sort. The comparison delegate used to compare items in the collection. @@ -6264,8 +6220,7 @@ using the IComparable<T> Sorts a list or array in place. The sort is stable, which means that if items X and Y are equal, and X precedes Y in the unsorted collection, X will precede Y is the sorted collection. - Values are compared by //Blizzless Project 2022 -using the IComparable<T> + Values are compared by using the IComparable<T> interfaces implementation on the type T. Although arrays cast to IList<T> are normally read-only, this method will work correctly and modify an array passed as . @@ -6398,8 +6353,7 @@ using the IComparable<T> - Performs a lexicographical comparison of two sequences of values, //Blizzless Project 2022 -using a supplied comparison delegate. A lexicographical comparison compares corresponding + Performs a lexicographical comparison of two sequences of values, using a supplied comparison delegate. A lexicographical comparison compares corresponding pairs of elements from two sequences in order. If the first element of sequence1 is less than the first element of sequence2, then the comparison ends and the first sequence is lexicographically less than the second. If the first elements of each sequence are equal, then the comparison proceeds to the second element of each sequence. If one sequence is shorter than the other, @@ -6416,8 +6370,7 @@ using a supplied comparison delegate. A lexicographical comparison compares corr - Performs a lexicographical comparison of two sequences of values, //Blizzless Project 2022 -using a supplied comparer interface. A lexicographical comparison compares corresponding + Performs a lexicographical comparison of two sequences of values, using a supplied comparer interface. A lexicographical comparison compares corresponding pairs of elements from two sequences in order. If the first element of sequence1 is less than the first element of sequence2, then the comparison ends and the first sequence is lexicographically less than the second. If the first elements of each sequence are equal, then the comparison proceeds to the second element of each sequence. If one sequence is shorter than the other, @@ -7283,8 +7236,7 @@ using a supplied comparer interface. A lexicographical comparison compares corre - Gets the hash code for an object //Blizzless Project 2022 -using a comparer. Correctly handles + Gets the hash code for an object using a comparer. Correctly handles null. Item to get hash code for. Can be null. @@ -7322,16 +7274,11 @@ using a comparer. Correctly handles of a list, and concatinations of two lists to be very fast. When a copy is made of part or all of a BigList, two lists shared storage for the parts of the lists that are the same. Only when one of the lists is changed is additional memory allocated to store the distinct parts of the lists. - Of course, there is a small price to pay for this extra flexibility. Although still quite efficient, //Blizzless Project 2022 -using an - index to get or change one element of a BigList, while still reasonably efficient, is significantly slower than //Blizzless Project 2022 -using - a plain List. Because of this, if you want to process every element of a BigList, //Blizzless Project 2022 -using a foreach loop is a lot - more efficient than //Blizzless Project 2022 -using a for loop and indexing the list. - In general, use a List when the only operations you are //Blizzless Project 2022 -using are Add (to the end), foreach, + Of course, there is a small price to pay for this extra flexibility. Although still quite efficient, using an + index to get or change one element of a BigList, while still reasonably efficient, is significantly slower than using + a plain List. Because of this, if you want to process every element of a BigList, using a foreach loop is a lot + more efficient than using a for loop and indexing the list. + In general, use a List when the only operations you are using are Add (to the end), foreach, or indexing, or you are very sure the list will always remain small (less than 100 items). For large (>100 items) lists that do insertions, removals, copies, concatinations, or sub-ranges, BigList will be more efficient than List. In almost all cases, BigList is more efficient and easier to use than LinkedList. @@ -7642,8 +7589,7 @@ using are Add (to the end), foreach, items are enumerated. Enumerating all of the items in the list take time O(N), where - N is the number of items being enumerated. //Blizzless Project 2022 -using GetEnumerator() or foreach + N is the number of items being enumerated. using GetEnumerator() or foreach is much more efficient than accessing all items by index. Index to start enumerating at. Max number of items to enumerate. @@ -7657,8 +7603,7 @@ using GetEnumerator() or foreach foreach statement is used to call this method implicitly. Enumerating all of the items in the list take time O(N), where - N is the number of items in the list. //Blizzless Project 2022 -using GetEnumerator() or foreach + N is the number of items in the list. using GetEnumerator() or foreach is much more efficient than accessing all items by index. An IEnumerator<T> that enumerates all the items in the list. @@ -7754,8 +7699,7 @@ using GetEnumerator() or foreach The Quicksort algorithm is used to sort the items. In virtually all cases, this takes time O(N log N), where N is the number of items in the list. - Values are compared by //Blizzless Project 2022 -using the IComparable or IComparable<T> + Values are compared by using the IComparable or IComparable<T> interface implementation on the type T. The type T does not implement either the IComparable or IComparable<T> interfaces. @@ -7830,8 +7774,7 @@ using the IComparable or IComparable<T> Gettingor setting an item takes time O(log N), where N is the number of items in the list. - To process each of the items in the list, //Blizzless Project 2022 -using GetEnumerator() or a foreach loop is more efficient + To process each of the items in the list, using GetEnumerator() or a foreach loop is more efficient that accessing each of the elements by index. The index of the item to get or set. The first item in the list has index 0, the last item has index Count-1. @@ -9080,10 +9023,8 @@ using GetEnumerator() or a foreach loop is more efficient Returns the IComparer<T> used to compare items in this set. - If the set was created //Blizzless Project 2022 -using a comparer, that comparer is returned. If the set was - created //Blizzless Project 2022 -using a comparison delegate, then a comparer equivalent to that delegate + If the set was created using a comparer, that comparer is returned. If the set was + created using a comparison delegate, then a comparer equivalent to that delegate is returned. Otherwise the default comparer for T (Comparer<T>.Default) is returned. @@ -9656,8 +9597,7 @@ using a comparison delegate, then a comparer equivalent to that delegate - Initialize a red-black tree, //Blizzless Project 2022 -using the given interface instance to compare elements. Only + Initialize a red-black tree, using the given interface instance to compare elements. Only Compare is used on the IComparer interface. The IComparer<T> used to sort keys. @@ -10433,8 +10373,7 @@ using the given interface instance to compare elements. Only Returns the IEqualityComparer<T> used to compare items in this bag. - If the bag was created //Blizzless Project 2022 -using a comparer, that comparer is returned. Otherwise + If the bag was created using a comparer, that comparer is returned. Otherwise the default comparer for T (EqualityComparer<T>.Default) is returned. @@ -11040,10 +10979,8 @@ using a comparer, that comparer is returned. Otherwise Returns the IComparer<T> used to compare keys in this dictionary. - If the dictionary was created //Blizzless Project 2022 -using a comparer, that comparer is returned. If the dictionary was - created //Blizzless Project 2022 -using a comparison delegate, then a comparer equivalent to that delegate + If the dictionary was created using a comparer, that comparer is returned. If the dictionary was + created using a comparison delegate, then a comparer equivalent to that delegate is returned. Otherwise the default comparer for TKey (Comparer<TKey>.Default) is returned. @@ -11051,10 +10988,8 @@ using a comparison delegate, then a comparer equivalent to that delegate Returns the IComparer<T> used to compare values in this dictionary. - If the dictionary was created //Blizzless Project 2022 -using a comparer, that comparer is returned. If the dictionary was - created //Blizzless Project 2022 -using a comparison delegate, then a comparer equivalent to that delegate + If the dictionary was created using a comparer, that comparer is returned. If the dictionary was + created using a comparison delegate, then a comparer equivalent to that delegate is returned. Otherwise the default comparer for TValue (Comparer<TValue>.Default) is returned.