PacketMediator/Rai.PacketMediator/IPacket.cs

5 lines
126 B
C#

// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
namespace Rai.PacketMediator;
public interface IPacket;