Created the Avalonia MVVM template, split the CLI into Avalonia.UI and Avalonia.Core
This commit is contained in:
8
AutumnLauncher.Core/LauncherPlatform.cs
Normal file
8
AutumnLauncher.Core/LauncherPlatform.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace AutumnLauncher;
|
||||
|
||||
public enum LauncherPlatform
|
||||
{
|
||||
Unsupported,
|
||||
Windows,
|
||||
Linux
|
||||
}
|
||||
Reference in New Issue
Block a user