Add rolemaster situational modifier modal
This commit is contained in:
@@ -67,8 +67,13 @@ public sealed class WorkspaceState
|
||||
|
||||
public bool ShowCreateCharacterModal { get; set; }
|
||||
public bool ShowEditCharacterModal { get; set; }
|
||||
public bool ShowRolemasterSkillRollModal { get; set; }
|
||||
public bool CanEditCharacterOwner { get; set; }
|
||||
public Guid? EditingCharacterId { get; set; }
|
||||
public CharacterSheetSkill? PendingRolemasterSkillRoll { get; set; }
|
||||
public string PendingRolemasterSituationalModifier { get; set; } = string.Empty;
|
||||
public string? PendingRolemasterSkillRollError { get; set; }
|
||||
public bool IsSubmittingRolemasterSkillRoll { get; set; }
|
||||
public CharacterFormModel CreateCharacterInitialModel { get; set; } = new();
|
||||
public CharacterFormModel EditCharacterInitialModel { get; set; } = new();
|
||||
public int CreateCharacterFormVersion { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user