cull(engine-cleanup): pass-8 phase-2 cascade round 1 after GachaUI stub
This commit is contained in:
@@ -43,16 +43,6 @@ public class WebViewHelper
|
||||
|
||||
public DialogBase WebViewDialog => _webViewDialog;
|
||||
|
||||
public void OpenWebView(WebViewType webviewtype, ActionWebviewOpen cbWebviewOpen = null, Action cbWebviewClose = null, Action onButton1 = null, Action onCancel = null)
|
||||
{
|
||||
_OpenWebView(webviewtype, cbWebviewOpen, cbWebviewClose, 0, 0, null, "", onButton1, onCancel);
|
||||
}
|
||||
|
||||
public void OpenGachaRateWebView(int ratePackId, int packCategory = 0)
|
||||
{
|
||||
_OpenWebView(WebViewType.GACHARATE, null, null, ratePackId, packCategory);
|
||||
}
|
||||
|
||||
public void OpenAnnounceWebView(string announceId, Action<DialogBase> onDialogOpening = null)
|
||||
{
|
||||
_OpenWebView(WebViewType.ANNOUNCE, null, null, 0, 0, announceId, "", null, null, onDialogOpening);
|
||||
|
||||
Reference in New Issue
Block a user