mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Add button to file issue in repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user