ee51e1fcab
Co-authored-by: Alex <alex@dm-me-for-questions.com>
7 lines
84 B
C#
7 lines
84 B
C#
namespace SPTarkov.Server.Core.DI;
|
|
|
|
public interface IOnLoad
|
|
{
|
|
Task OnLoad();
|
|
}
|