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

14 lines
426 B
C#

// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Story.ChapterSelection\StoryChapterSelectionUtility.cs
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Cute;
using UnityEngine;
namespace Wizard.Story.ChapterSelection
{
public partial class StoryChapterSelectionUtility
{
public static void RegisterStoryBattleData(BattleSettingData data) { }
}
}