7 lines
92 B
C#
7 lines
92 B
C#
namespace Core.Models.External;
|
|
|
|
public interface IPreSptLoadMod
|
|
{
|
|
void PreSptLoad();
|
|
}
|