Files
SVSimServer/SVSim.BattleEngine/Shim/Generated/SelectedStoryInfo.g.cs

17 lines
709 B
C#

// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Story\SelectedStoryInfo.cs
namespace Wizard.Story
{
public partial class SelectedStoryInfo
{
public StoryChapterData ChapterData { get; set; }
public int SectionId { get; set; }
public UIManager.ViewScene ChapterSelectionView { get; set; }
public StoryApiType StoryApiType { get; set; }
public string LastChapterClearTextId { get; set; }
public int FinishStoryId { get; set; }
public SelectedStoryInfo(StoryEntranceType type) { }
public void ClearInfoForLeaderSelectionScene() { }
public void SetSectionChara(ClassCharacterMasterData charaData) { }
}
}