Update for latest version of seamless
Some checks failed
Build / Compute Version (push) Successful in 5s
Build / Build Nuget package (push) Failing after 35s

Notable feature: ModAPI
This commit is contained in:
2025-05-11 16:14:22 -04:00
parent c8c0255edd
commit d84f37bea7
15 changed files with 310 additions and 113 deletions

View File

@@ -51,11 +51,11 @@ namespace SeamlessClient.Components
double t = Math.Round(CalculateTimeToTarget(v0, distance), 0);
if(t <= 0)
if (t <= 0)
return;
stringBuilder.AppendLine($" [T-{FormatDuration(t)}]");