Files
AutumnLauncher/AutumnLauncher.Core/LauncherPlatform.cs

8 lines
99 B
C#

namespace AutumnLauncher;
public enum LauncherPlatform
{
Unsupported,
Windows,
Linux
}