Skip to content

Commit

Permalink
Changes namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Sep 6, 2024
1 parent 8806094 commit 8ba955a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Projects/UOContent/Accounting/AccountHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Net;
using ModernUO.CodeGeneratedEvents;
using Server.Accounting;
using Server.Engines.CharacterCreation;
using Server.Engines.Help;
using Server.Logging;
using Server.Network;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Server.Accounting;
using Server.Network;

namespace Server;
namespace Server.Engines.CharacterCreation;

Check notice on line 4 in Projects/UOContent/Engines/Character Creation/CharacterCreatedEvent.cs

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'Server.Engines.Character_Creation'

public class CharacterCreatedEventArgs(
NetState state, IAccount a, string name, bool female,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
using Server.Items;
using Server.Logging;
using Server.Maps;
using Server.Misc;
using Server.Mobiles;
using Server.Network;

namespace Server.Misc;
namespace Server.Engines.CharacterCreation;

Check notice on line 13 in Projects/UOContent/Engines/Character Creation/CharacterCreation.cs

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'Server.Engines.Character_Creation'

public static partial class CharacterCreation
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
using Server.Accounting;
using Server.Assistants;
using Server.Commands;
using Server.Engines.CharacterCreation;
using Server.Engines.ConPVP;
using Server.Engines.Doom;
using Server.Engines.PartySystem;
Expand Down

0 comments on commit 8ba955a

Please sign in to comment.