cull(engine-cleanup): pass-8 phase-2 cascade round 4 after MyPageItemHome stub
This commit is contained in:
@@ -47,21 +47,6 @@ public class NtDataTranslateManager
|
||||
};
|
||||
}
|
||||
|
||||
public void TraditionalChineseOnlyAgreement()
|
||||
{
|
||||
SystemText systemText = Wizard.Data.SystemText;
|
||||
DialogBase dialogBase = UIManager.GetInstance().CreateDialogClose();
|
||||
dialogBase.SetTitleLabel(systemText.Get("Account_0140"));
|
||||
dialogBase.SetText(systemText.Get("Account_0141"));
|
||||
dialogBase.SetButtonLayout(DialogBase.ButtonLayout.BlueBtn_CancelBtn);
|
||||
dialogBase.SetSize(DialogBase.Size.M);
|
||||
dialogBase.SetButtonText(systemText.Get("Common_0001"), systemText.Get("Common_0002"));
|
||||
dialogBase.onPushButton1 = delegate
|
||||
{
|
||||
ShowStatement();
|
||||
};
|
||||
}
|
||||
|
||||
public void ShowAddress()
|
||||
{
|
||||
NtDataTranslateInput dataInput = UnityEngine.Object.Instantiate(NtDataTranslate.Instance.InputObj);
|
||||
|
||||
Reference in New Issue
Block a user