7 lines
110 B
C#
7 lines
110 B
C#
namespace SPTarkov.Server.Core.Models.External;
|
|
|
|
public interface IPostSptLoadMod
|
|
{
|
|
void PostSptLoad();
|
|
}
|