namespace Core.Services.Mod.OnUpdate; public class OnUpdateMod { public async Task OnUpdate(double timeSinceLastRun) { throw new NotImplementedException(); } public string GetRoute() { throw new NotImplementedException(); } }