Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Core.DI;
|
||||
|
||||
public interface OnLoad
|
||||
{
|
||||
Task OnLoad();
|
||||
string GetRoute();
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Core.DI;
|
||||
|
||||
public interface OnUpdate
|
||||
{
|
||||
Task<bool> OnUpdate(long timeSinceLastRun);
|
||||
string GetRoute();
|
||||
}
|
||||
Reference in New Issue
Block a user