Files
LanMountainDesktop/LanMountainDesktop/Services/Plonds/PlondsManifestCandidate.cs
2026-06-01 19:48:51 +08:00

6 lines
166 B
C#

namespace LanMountainDesktop.Services.Plonds;
internal sealed record PlondsManifestCandidate(
PlondsSourceDescriptor Source,
PlondsClientManifest Manifest);