Renamed interface to IOnLoad

Added OnLoad mod
Expanded `OnLoadOrder` options
This commit is contained in:
Chomp
2025-02-08 12:18:57 +00:00
parent 212dfd0d65
commit ac7b2daeba
19 changed files with 80 additions and 36 deletions
@@ -20,7 +20,7 @@ public class HideoutCraftQuestIdGenerator(
DatabaseServer _databaseServer,
LocaleService _localeService,
ItemHelper _itemHelper,
IEnumerable<OnLoad> _onLoadComponents
IEnumerable<IOnLoad> _onLoadComponents
)
{
private readonly HashSet<string> _blacklistedProductions =
+1 -1
View File
@@ -20,7 +20,7 @@ public class ItemTplGenerator(
LocaleService _localeService,
ItemHelper _itemHelper,
FileUtil _fileUtil,
IEnumerable<OnLoad> _onLoadComponents
IEnumerable<IOnLoad> _onLoadComponents
)
{
private readonly HashSet<string> collidedEnumKeys = [];