~ruther/NosSmooth

16eed4b04ccdfcaf03771ccce3e6b01d541045c0 — Rutherther 2 years ago 3e36db9
feat(core): make raw packet implement IPacketResponder to make it usable with AddPacketResponder
1 files changed, 1 insertions(+), 1 deletions(-)

M Core/NosSmooth.Core/Packets/IRawPacketResponder.cs
M Core/NosSmooth.Core/Packets/IRawPacketResponder.cs => Core/NosSmooth.Core/Packets/IRawPacketResponder.cs +1 -1
@@ 14,7 14,7 @@ namespace NosSmooth.Core.Packets;
/// Represents interface for classes that respond to packets.
/// Responds to a raw packet string.
/// </summary>
public interface IRawPacketResponder
public interface IRawPacketResponder : IPacketResponder
{
    /// <summary>
    /// Respond to the given packet.

Do not follow this link