Files
MRCC/launcher/PCL-CE/PCL.Core/Link/BroadcastRecord.cs
T

6 lines
140 B
C#
Raw Normal View History

using System;
using System.Net;
namespace PCL.Core.Link;
public record BroadcastRecord(string Desc, IPEndPoint Address, DateTime FoundAt);