// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.Tutorial\TutorialSingleTurnActions.cs using System.Collections.Generic; namespace Wizard.Battle.Tutorial { public partial class TutorialSingleTurnActions { private Queue turnActions; public TutorialSingleTurnActions(Queue turnActions) { } public TutorialAction GetNextAction() => default!; } }