// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View.Vfx\DestroyVfx.cs using System.Linq; using Wizard.Battle.Resource; namespace Wizard.Battle.View.Vfx { public partial class DestroyVfx { public partial class FileNamePair { public string ObjectFileName { get; set; } public string SeFileName { get; set; } public FileNamePair(string baseName) { } public FileNamePair(string objectFileName, string seFileName) { } } } }