mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
8 lines
173 B
C#
8 lines
173 B
C#
namespace LanMountainDesktop.Services.Plonds;
|
|
|
|
internal sealed record PlondsSourceDescriptor(
|
|
string Id,
|
|
string Kind,
|
|
string ManifestUrl,
|
|
int Priority = 0);
|