LANCommander/LANCommander.SDK/Enums/SavePathType.cs

13 lines
180 B
C#
Raw Normal View History

2023-03-29 02:30:29 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace LANCommander.SDK.Enums
{
public enum SavePathType
{
File,
Registry
}
}