feature: Console Replay Simulator
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public record ReplayOptions(
|
||||
double Speed = 60,
|
||||
bool Poll = false,
|
||||
int PollIntervalSeconds = 5,
|
||||
bool DryRun = false);
|
||||
Reference in New Issue
Block a user