mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
8 lines
103 B
C#
8 lines
103 B
C#
namespace LanMountainDesktop.Services.Plonds;
|
|
|
|
internal enum PlondsPackageMode
|
|
{
|
|
Delta,
|
|
Full
|
|
}
|