fix: correct usings
4 files changed, 7 insertions(+), 0 deletions(-) M Samples/FileClient/App.cs M Samples/FileClient/Client.cs M Samples/FileClient/Program.cs M Tests/NosSmooth.Packets.Tests/Converters/Packets/FcPacketConverterTests.cs
M Samples/FileClient/App.cs => Samples/FileClient/App.cs +2 -0
@@ 9,6 9,8 @@ using Microsoft.Extensions.Logging; using NosSmooth.Core.Client; using NosSmooth.Core.Extensions; using NosSmooth.Data.NOSFiles; using NosSmooth.PacketSerializer.Extensions; using NosSmooth.PacketSerializer.Packets; using Remora.Results; namespace FileClient;
M Samples/FileClient/Client.cs => Samples/FileClient/Client.cs +2 -0
@@ 11,7 11,9 @@ using NosSmooth.Core.Commands; using NosSmooth.Core.Extensions; using NosSmooth.Core.Packets; using NosSmooth.Packets; using NosSmooth.PacketSerializer; using NosSmooth.PacketSerializer.Abstractions.Attributes; using NosSmooth.PacketSerializer.Errors; using Remora.Results; namespace FileClient;
M Samples/FileClient/Program.cs => Samples/FileClient/Program.cs +1 -0
@@ 16,6 16,7 @@ using NosSmooth.Data.NOSFiles.Extensions; using NosSmooth.Data.NOSFiles.Options; using NosSmooth.Game.Extensions; using NosSmooth.Packets; using NosSmooth.PacketSerializer; namespace FileClient;
M Tests/NosSmooth.Packets.Tests/Converters/Packets/FcPacketConverterTests.cs => Tests/NosSmooth.Packets.Tests/Converters/Packets/FcPacketConverterTests.cs +2 -0
@@ 7,7 7,9 @@ using Microsoft.Extensions.DependencyInjection; using NosSmooth.Packets.Enums; using NosSmooth.Packets.Server.Act4; using NosSmooth.PacketSerializer; using NosSmooth.PacketSerializer.Abstractions.Attributes; using NosSmooth.PacketSerializer.Extensions; using Xunit; namespace NosSmooth.Packets.Tests.Converters.Packets;