Updated OnUpdate to return task<bool>
This commit is contained in:
@@ -2,5 +2,5 @@ namespace SPTarkov.Server.Core.DI;
|
||||
|
||||
public interface IOnUpdate
|
||||
{
|
||||
Task OnUpdate(long secondsSinceLastRun);
|
||||
Task<bool> OnUpdate(long secondsSinceLastRun);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user