// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View.Vfx\PlayerMulliganDrawVfx.cs using System.Collections.Generic; using Wizard.Battle.Mulligan; namespace Wizard.Battle.View.Vfx { public partial class PlayerMulliganDrawVfx { private const float MULLIGAN_WAIT_TIME = 1f; private const float TIMER_WAIT_TIME = 0.1f; public PlayerMulliganDrawVfx(IEnumerable cardsDrawn, MulliganInfoControl mulliganInfoControl) { } } }