Puzzles
This commit is contained in:
@@ -21,6 +21,14 @@ public class ShadowverseDeckEntry : BaseEntity<Guid>
|
||||
public Format Format { get; set; }
|
||||
public bool RandomLeaderSkin { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// MyRotation period id (key into <see cref="MyRotationSettingEntry"/>). Required when
|
||||
/// <see cref="Format"/> is <see cref="Format.MyRotation"/> so the client can resolve the
|
||||
/// deck's pack range; null for every other format. If null on a MyRotation deck, clicking
|
||||
/// the deck NREs inside DeckData.CreateMyRotationClassName (info.LastPackText on null).
|
||||
/// </summary>
|
||||
public string? MyRotationId { get; set; }
|
||||
|
||||
#region Navigation Properties
|
||||
|
||||
public ClassEntry Class { get; set; } = new ClassEntry();
|
||||
|
||||
Reference in New Issue
Block a user