6 lines
126 B
C#
6 lines
126 B
C#
|
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||
|
|
||
|
namespace Rai.PacketMediator;
|
||
|
|
||
|
public interface IPacket;
|