10 lines
167 B
C#
10 lines
167 B
C#
using System.Collections.Generic;
|
|
|
|
public class StoryInfo : HeaderData
|
|
{
|
|
|
|
public bool IsPreBuildDeck { get; set; }
|
|
|
|
public bool IsTrialDeck { get; set; }
|
|
}
|