7 lines
112 B
C#
7 lines
112 B
C#
namespace SPTarkov.Server.Core.DI;
|
|
|
|
public interface IOnUpdate
|
|
{
|
|
Task OnUpdate(long secondsSinceLastRun);
|
|
}
|