3 lines
293 B
C#
3 lines
293 B
C#
namespace RolemasterDb.App.Frontend.AppState;
|
|
|
|
public sealed record TableContextSnapshot(string? TableSlug = null, string? GroupKey = null, string? ColumnKey = null, string? RollBand = null, int? RollJump = null, int? ResultId = null, TableContextMode? Mode = null, string? QueueScope = null); |