UI修改
This commit is contained in:
@@ -311,6 +311,13 @@ namespace TcgEngine.UI
|
||||
base.Show(instant);
|
||||
RefreshPanel();
|
||||
RefreshLadderPanel();
|
||||
ladderRank.Show();
|
||||
}
|
||||
|
||||
public override void Hide(bool instant = false)
|
||||
{
|
||||
base.Hide(instant);
|
||||
ladderRank.Hide();
|
||||
}
|
||||
|
||||
public void OnClickBack()
|
||||
|
||||
Reference in New Issue
Block a user