PacketMediator/PacketMediator.Samples/Sample.cs

9 lines
121 B
C#
Raw Normal View History

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