Add button to file issue in repo

This commit is contained in:
Yoshi Askharoun
2025-09-02 00:50:51 -07:00
parent 2541b35341
commit b726c6ffd9
3 changed files with 46 additions and 23 deletions
+3 -3
View File
@@ -11,14 +11,14 @@ public class ModManager
/// <summary>
/// Factories for all available mods.
/// </summary>
public static readonly IReadOnlyList<IModFactory<Mod>> ModFactories = new List<IModFactory<Mod>>
{
public static readonly IReadOnlyList<IModFactory<Mod>> ModFactories =
[
new FeaturesOverrideModFactory(),
new VideoSyncModFactory(),
new WebservicesModFactory(),
new BackgroundImageModFactory(),
new MbidLocatorModFactory(),
}.AsReadOnly();
];
/// <summary>
/// Creates instances of each mod using the available factories