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

This commit is contained in:
gamer147
2026-07-03 22:28:42 -04:00
parent 4e49a1236d
commit f26e8ceaec
3 changed files with 0 additions and 18 deletions

View File

@@ -3,6 +3,5 @@ namespace Wizard;
public enum PackCategory
{
None,
LegendCardPack,
SpecialCardPack,
LimitedSpecialCardPack}

View File

@@ -1,7 +0,0 @@
namespace Wizard;
public class PackChildGachaInfo
{
public int Cost { get; set; }
}