fix:1、结算优化
This commit is contained in:
@@ -25,6 +25,7 @@ namespace FGUI.GameResult_08
|
||||
public GButton btn_claim;
|
||||
public GRichTextField text_award_2;
|
||||
public GRichTextField text_award_3;
|
||||
public com_arrow_end com_arrow_end;
|
||||
public Transition t0;
|
||||
public Transition t2;
|
||||
public const string URL = "ui://8sjqw0q3sebxk";
|
||||
@@ -56,6 +57,7 @@ namespace FGUI.GameResult_08
|
||||
btn_claim = (GButton)GetChildAt(23);
|
||||
text_award_2 = (GRichTextField)GetChildAt(24);
|
||||
text_award_3 = (GRichTextField)GetChildAt(25);
|
||||
com_arrow_end = (com_arrow_end)GetChildAt(26);
|
||||
t0 = GetTransitionAt(0);
|
||||
t2 = GetTransitionAt(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user