取消金币
This commit is contained in:
@@ -9,7 +9,6 @@ namespace FGUI.G008_reward
|
||||
{
|
||||
public Controller cont_iswacth;
|
||||
public GButton btn_close;
|
||||
public GButton btn_revive;
|
||||
public GButton btn_AdRevive;
|
||||
public GButton btn_back;
|
||||
public const string URL = "ui://1x1w9cxngxpr2z";
|
||||
@@ -25,9 +24,8 @@ namespace FGUI.G008_reward
|
||||
|
||||
cont_iswacth = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
btn_revive = (GButton)GetChildAt(7);
|
||||
btn_AdRevive = (GButton)GetChildAt(8);
|
||||
btn_back = (GButton)GetChildAt(9);
|
||||
btn_AdRevive = (GButton)GetChildAt(7);
|
||||
btn_back = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user