ee51e1fcab
Co-authored-by: Alex <alex@dm-me-for-questions.com>
7 lines
109 B
C#
7 lines
109 B
C#
namespace SPTarkov.Server.Core.DI;
|
|
|
|
public interface IOnUpdate
|
|
{
|
|
bool OnUpdate(long timeSinceLastRun);
|
|
}
|