Switched to Modrinth Version_File with Hash rather than ID and Version.
Implemented SettingsService
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
namespace AlayaCore.Abstractions.Interfaces.Services
|
||||||
|
{
|
||||||
|
public interface IGameLaunchServer
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
namespace AlayaCore.Abstractions.Interfaces.Services
|
||||||
|
{
|
||||||
|
public interface ISettingsService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
7
AlayaCore/Models/Configuration/LauncherOptions.cs
Normal file
7
AlayaCore/Models/Configuration/LauncherOptions.cs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
namespace AlayaCore.Models.Configuration
|
||||||
|
{
|
||||||
|
public class LauncherOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
7
AlayaCore/Services/SettingsService.cs
Normal file
7
AlayaCore/Services/SettingsService.cs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
namespace AlayaCore.Services
|
||||||
|
{
|
||||||
|
public class SettingsService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
7
AlayaCore/States/LaunchPlan.cs
Normal file
7
AlayaCore/States/LaunchPlan.cs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
namespace AlayaCore.States
|
||||||
|
{
|
||||||
|
public class LaunchPlan
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user