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

This commit is contained in:
gamer147
2026-07-03 22:00:30 -04:00
parent 6cf95bcfd6
commit e9b112d083
52 changed files with 6 additions and 2562 deletions

View File

@@ -9,14 +9,10 @@ public class TreasureBoxCp
private bool _treasureBoxCpNotExist = true;
public static readonly int[] GRADE_TO_TREASURE_BOX_ID = new int[5] { -1, 0, 2, 4, 5 };
private double _receiveServerUnixTime;
private double _receiveSinceTime;
public bool IsTreasureBoxOpened => CurrentGrade == MaxGrade;
public bool IsReceivable { get; private set; }
public double StartUnixTime { get; private set; }