5 lines
139 B
C#
5 lines
139 B
C#
// Copyright (c) 2023 Timothy Schenk. Subject to the GNU AGPL Version 3 License.
|
|
|
|
namespace Rai.PacketMediator;
|
|
|
|
public interface IPacket;
|