8 lines
99 B
C#
8 lines
99 B
C#
namespace AutumnLauncher;
|
|
|
|
public enum LauncherPlatform
|
|
{
|
|
Unsupported,
|
|
Windows,
|
|
Linux
|
|
} |