Files
SVSimServer/SVSim.BattleEngine/Engine/StoryInfo.cs

10 lines
167 B
C#

using System.Collections.Generic;
public class StoryInfo : HeaderData
{
public bool IsPreBuildDeck { get; set; }
public bool IsTrialDeck { get; set; }
}