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

[trim] fully-unreachable files deleted: 6
[trim] files edited: 55, files deleted: 0, nodes removed: 244
[type-trim] files edited: 1, types removed: 1

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-07-03 21:18:18 -04:00
parent 3fb37f0249
commit c9628dee01
61 changed files with 4 additions and 1109 deletions

View File

@@ -245,8 +245,6 @@ public class PlayerStaticData : MonoBehaviour
public static TimeData UserTime = new TimeData();
public static int UserViewerID => 0; // Pre-Phase-5 chunk 39: aliased Certification.ViewerId — client-only UI accessor, dead headless
public static string UserRegionCode => PlayerPrefsWrapper.GetValue(PlayerPrefsWrapper.CURRENT_REGION_CODE);
public static AgreementState KorAuthorityAgreementState { get; set; } = AgreementState.NotAgree;
@@ -417,13 +415,6 @@ public class PlayerStaticData : MonoBehaviour
return Data.Load.data._userRank[(int)inFormat].rank;
}
public static int UserRankHighAllFormat()
{
int val = UserRank(Format.Rotation);
int val2 = UserRank(Format.Unlimited);
return Math.Max(val, val2);
}
public static void LoadUserRankTexture(Format inFormat)
{
UserRankTexture.Format = inFormat;