Renamed interface to IOnLoad
Added OnLoad mod Expanded `OnLoadOrder` options
This commit is contained in:
@@ -20,7 +20,7 @@ public class HideoutCraftQuestIdGenerator(
|
||||
DatabaseServer _databaseServer,
|
||||
LocaleService _localeService,
|
||||
ItemHelper _itemHelper,
|
||||
IEnumerable<OnLoad> _onLoadComponents
|
||||
IEnumerable<IOnLoad> _onLoadComponents
|
||||
)
|
||||
{
|
||||
private readonly HashSet<string> _blacklistedProductions =
|
||||
|
||||
@@ -20,7 +20,7 @@ public class ItemTplGenerator(
|
||||
LocaleService _localeService,
|
||||
ItemHelper _itemHelper,
|
||||
FileUtil _fileUtil,
|
||||
IEnumerable<OnLoad> _onLoadComponents
|
||||
IEnumerable<IOnLoad> _onLoadComponents
|
||||
)
|
||||
{
|
||||
private readonly HashSet<string> collidedEnumKeys = [];
|
||||
|
||||
Reference in New Issue
Block a user