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

8 lines
173 B
C#

namespace LanMountainDesktop.Services.Plonds;
internal sealed record PlondsSourceDescriptor(
string Id,
string Kind,
string ManifestUrl,
int Priority = 0);