mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
6 lines
166 B
C#
6 lines
166 B
C#
namespace LanMountainDesktop.Services.Plonds;
|
|
|
|
internal sealed record PlondsManifestCandidate(
|
|
PlondsSourceDescriptor Source,
|
|
PlondsClientManifest Manifest);
|