cull(engine-cleanup): pass-8 phase-2 cascade round 2 after CardDetailUI stub

This commit is contained in:
gamer147
2026-07-03 22:34:23 -04:00
parent 3d641e9e35
commit 99120ec858
7 changed files with 0 additions and 96 deletions

View File

@@ -258,11 +258,6 @@ public static class CardBasePrm
return type == CharaType.NORMAL;
}
public static bool IsSpellCard(CharaType type)
{
return type == CharaType.SPELL;
}
public static string GetCardTypeName(CharaType type)
{
string result = string.Empty;