Updated Filestore. Finished Auth and Install Services. Introduced GameOptions and BaseConfig. Adjusted Settings Service to reflect.

This commit is contained in:
2026-04-06 11:41:03 +01:00
parent 823ccf4b87
commit c148672c08
12 changed files with 103 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
namespace AlayaCore.Abstractions.Configuration
{
public class BaseConfig
{
}
}