Move generators to primary ctor
This commit is contained in:
@@ -7,15 +7,13 @@ using Core.Models.Spt.Config;
|
||||
namespace Core.Generators;
|
||||
|
||||
[Injectable]
|
||||
public class LocationLootGenerator
|
||||
public class LocationLootGenerator(
|
||||
|
||||
)
|
||||
{
|
||||
private LocationConfig _locationConfig;
|
||||
private SeasonalEventConfig _seasonalEventConfig;
|
||||
|
||||
public LocationLootGenerator()
|
||||
{
|
||||
}
|
||||
|
||||
/// Create a list of container objects with randomised loot
|
||||
/// </summary>
|
||||
/// <param name="locationBase">Map base to generate containers for</param>
|
||||
|
||||
Reference in New Issue
Block a user