// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View.Vfx\ForecastDeathIconAttachVfx.cs using Wizard.Battle.Resource; namespace Wizard.Battle.View.Vfx { public partial class ForecastDeathIconAttachVfx { public const string ICON = "forecast_death"; private const float FIELD_OFFSET = 5f; protected string ResourcePath { get; set; } protected string FORECAST_ICON_NAME { get; set; } public ForecastDeathIconAttachVfx(IBattleCardView view, IBattleResourceMgr resourceMgr) { } } }