Persist Rolemaster fumble range
This commit is contained in:
@@ -46,6 +46,7 @@ public sealed class SkillFormModel
|
||||
public string SkillGroupId { get; set; } = string.Empty;
|
||||
public int WildDice { get; set; }
|
||||
public bool AllowFumble { get; set; }
|
||||
public int? FumbleRange { get; set; }
|
||||
}
|
||||
|
||||
public sealed class SkillGroupFormModel
|
||||
@@ -54,6 +55,7 @@ public sealed class SkillGroupFormModel
|
||||
public string DiceRollDefinition { get; set; } = string.Empty;
|
||||
public int WildDice { get; set; }
|
||||
public bool AllowFumble { get; set; }
|
||||
public int? FumbleRange { get; set; }
|
||||
}
|
||||
|
||||
public enum HomeViewMode
|
||||
|
||||
Reference in New Issue
Block a user