5 lines
122 B
C#
5 lines
122 B
C#
// Licensed to Timothy Schenk under the Apache 2.0 License.
|
|
|
|
namespace RaiNote.PacketMediator;
|
|
|
|
public interface IPacket;
|