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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user