PacketMediator/Rai.PacketMediator/IPacket.cs

5 lines
118 B
C#

// Licensed to Timothy Schenk under the Apache 2.0 License.
namespace Rai.PacketMediator;
public interface IPacket;