// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View.Vfx\OpponentDrawCardVfx.cs using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Wizard.Battle.View.Vfx { public partial class OpponentDrawCardVfx { private const float MAX_Z_POSITION_MULTIPLIER = 7f; private bool _isOpen; public OpponentDrawCardVfx(IEnumerable drawCards, bool isOpen = false) { } private VfxBase MoveSpinVfx(IEnumerable drawCards) => global::Wizard.Battle.View.Vfx.NullVfx.GetInstance(); } }