first commit

This commit is contained in:
2025-06-07 02:03:54 +03:00
commit 75762504bd
21 changed files with 1005 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace SpotifyHonorific.Updaters;
public class UpdaterContext
{
public double SecsElapsed { get; set; } = 0;
}