// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View\CardVoiceInfoCache.cs using System.Collections.Generic; namespace Wizard.Battle.View { public partial class CardVoiceInfoCache { private const int CAP_VOICE_DIC = 32; private const int WARNING_SIZE = 100; private static Dictionary _voiceInfoDic; public static void ClearCardVoiceInfo() { } public static void CacheCardVoiceInfoForBattle(IList cardID) { } public static void CacheCardVoiceInfo(IList cardID, CardMaster.CardMasterId cardMasterId) { } public static IReadOnlyVoiceInfo GetCardVoiceInfoForBattle(int cardID) => default!; public static IReadOnlyVoiceInfo GetCardVoiceInfo(int cardID, CardMaster.CardMasterId cardMasterId) => default!; } }