namespace SPTarkov.Server.Core.Models.External; /// /// Interface used to make changes before any of the SPT server logic runs. After the Watermark print, but before the Database loads /// public interface IPreSptLoadModAsync { Task PreSptLoadAsync(); }