// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Story\StoryWorldDataManager.cs using System; using System.Collections.Generic; using System.Linq; using LitJson; namespace Wizard.Story { public partial class StoryWorldDataManager { private static readonly string WORLD_LIST_KEY; private static readonly int TUTORIAL_BACKGROUND_ID; public IReadOnlyList WorldDatas { get; set; } public IReadOnlyList SectionDatas { get; set; } public void SetData(JsonData jsonData) { } private static List GetWorldDatas(JsonData jsonData) => default!; private static StorySectionData[] GetSectionDatas(IReadOnlyList worldDatas) => default!; private static StorySectionData[] GetSectionDatas(JsonData jsonData) => default!; public StoryWorldData FindWorldDataByWorldId(int worldId) => default!; public StoryWorldData FindWorldDataBySectionId(int sectionId) => default!; public StorySectionData FindSectionData(int sectionId) => default!; } }