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:
@@ -124,33 +124,6 @@ public class NetworkUserInfoData
|
||||
return Convert.ToInt32(_selfInfo["viewerId"]);
|
||||
}
|
||||
|
||||
public int GetSelfSubClassId()
|
||||
{
|
||||
if (SelfBattleStartInfo == null)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
return SelfBattleStartInfo.SubClassId;
|
||||
}
|
||||
|
||||
public int GetSelfCharaId()
|
||||
{
|
||||
if (SelfBattleStartInfo == null)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
return SelfBattleStartInfo.CharaId;
|
||||
}
|
||||
|
||||
public string GetSelfMyRotationId()
|
||||
{
|
||||
if (SelfBattleStartInfo == null)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
return SelfBattleStartInfo.MyRotationId;
|
||||
}
|
||||
|
||||
public string GetSelfAvatarBattleId()
|
||||
{
|
||||
if (SelfBattleStartInfo == null)
|
||||
|
||||
Reference in New Issue
Block a user