add injectable att, add mod example 20

This commit is contained in:
CWX
2025-02-10 17:07:49 +00:00
parent 478ed639aa
commit eef39e1a54
6 changed files with 104 additions and 0 deletions
@@ -5,9 +5,11 @@ using Core.Models.Spt.Mod;
using Core.Models.Utils;
using Core.Servers;
using Core.Services.Mod;
using SptCommon.Annotations;
namespace _18CustomItemService;
[Injectable]
public class CustomItemServiceExample : IPostDBLoadMod, IPostSptLoadMod
{
private readonly CustomItemService _customItemService;