Files
SPT-Server-Build/Core/DI/OnLoad.cs
T
2025-01-07 10:57:50 +00:00

7 lines
89 B
C#

namespace Core.DI;
public interface OnLoad
{
Task OnLoad();
string GetRoute();
}