injectors go brr
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
using Core.Annotations;
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
using Core.Models.Spt.Bots;
|
||||
using Core.Models.Spt.Config;
|
||||
|
||||
namespace Core.Generators;
|
||||
|
||||
[Injectable]
|
||||
public class BotWeaponGenerator
|
||||
{
|
||||
private const string _modMagazineSlotId = "mod_magazine";
|
||||
@@ -240,4 +242,4 @@ public class BotWeaponGenerator
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user