PacketMediator/Rai.PacketMediator/IPacket.cs

6 lines
118 B
C#
Raw Normal View History

2024-02-26 12:18:04 +00:00
// Licensed to Timothy Schenk under the Apache 2.0 License.
2024-02-08 11:55:35 +00:00
namespace Rai.PacketMediator;
public interface IPacket;