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

This commit is contained in:
gamer147
2026-07-03 22:25:44 -04:00
parent a0533bf2e3
commit e3b8b8dc0c
69 changed files with 4 additions and 6301 deletions

View File

@@ -12,15 +12,12 @@ public class FirstTips : MonoBehaviour
{
Deck = 0,
Battle = 4,
ShopCardPack = 10,
ColosseumInfo = 17,
GachaPointExchange = 24,
Quest = 25,
AdditionalPuzzle = 26,
Crossover = 28,
MyRotationDeck = 33,
BossRush = 34,
TimeslipResurgentCard = 42,
Max = 46,
MyPage = 1001 }
@@ -54,16 +51,6 @@ public class FirstTips : MonoBehaviour
return true;
}
public static void SaveFinishFirstTips(TipsType tips)
{
if (!IsAllwaysDispaly(tips))
{
long value = long.Parse(PlayerPrefsWrapper.GetValue(PlayerPrefsWrapper.FIRST_TIPS));
value = Fix(value);
PlayerPrefsWrapper.SetValue(PlayerPrefsWrapper.FIRST_TIPS, (value | (1L << (int)tips)).ToString());
}
}
public static long Fix(long value)
{
if (value < 0)