This commit is contained in:
2025-11-04 20:17:53 +08:00
parent 1ee2d1c21a
commit 64a5f3f6d2
9 changed files with 372 additions and 8 deletions

View File

@@ -78,9 +78,9 @@ class Rindro_AntonApplyJoinC extends LenheartNewUI_Windows {
local InfoObj = RequestJoinTeamArr[NowSelectJoinIndex];
Charc = InfoObj.Charc;
//角色等级
Level = InfoObj.Level;
Level = InfoObj.Level.tostring();
//角色名称
Name = InfoObj.Name;
Name = InfoObj.Name.tostring();
//角色职业
Job = InfoObj.Job;
//角色决斗等级
@@ -92,7 +92,7 @@ class Rindro_AntonApplyJoinC extends LenheartNewUI_Windows {
//角色疲劳值
Fatigue = InfoObj.Fatigue.tostring();
//战斗力
Combat = InfoObj.Combat;
Combat = InfoObj.Combat.tostring();
//通过次数
ClearanceCount = InfoObj.ClearanceCount;
//头像