fix: remove noscore usages in local client
1 files changed, 0 insertions(+), 4 deletions(-) M Local/NosSmooth.LocalClient/CommandHandlers/Walk/WalkPacketResponder.cs
M Local/NosSmooth.LocalClient/CommandHandlers/Walk/WalkPacketResponder.cs => Local/NosSmooth.LocalClient/CommandHandlers/Walk/WalkPacketResponder.cs +0 -4
@@ 4,10 4,6 @@ // Copyright (c) František Boháček. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Security; using NosCore.Packets.ClientPackets.Battle; using NosCore.Packets.ClientPackets.Movement; using NosCore.Packets.ServerPackets.MiniMap; using NosSmooth.Core.Commands; using NosSmooth.Core.Packets; using NosSmooth.Packets.Packets.Client.Movement;