using SptCommon.Annotations; using Core.Models.Eft.Common.Tables; namespace Core.Helpers; [Injectable] public class SecureContainerHelper { /// /// Get a list of the item IDs (NOT tpls) inside a secure container /// /// Inventory items to look for secure container in /// List of ids public List GetSecureContainerItems(List items) { throw new NotImplementedException(); } }