cull(engine-cleanup): pass-8 phase-2 cascade round 1 after GachaUI stub
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user