PacketMediator/PacketMediator.Samples/Sample.cs

9 lines
121 B
C#
Raw Normal View History

2024-08-07 21:57:19 +02:00
// Licensed to Timothy Schenk under the Apache 2.0 License.
2024-08-07 21:32:43 +02:00
namespace PacketMediator.Samples;
public class Sample
{
2024-08-07 21:57:19 +02:00
2024-08-07 21:32:43 +02:00
}