屏幕问题
This commit is contained in:
@@ -10,15 +10,6 @@ namespace AibisDream
|
||||
{
|
||||
// 初始化选择按钮
|
||||
choiceButtonPrefab = choiceButton;
|
||||
// 注册Viewer
|
||||
DialogCanvasManager.Instance.RegisterDialogView(DialogViewType.OldBox, this);
|
||||
|
||||
gameObject.SetActive(false);
|
||||
}
|
||||
|
||||
protected override void OnDialogViewerDestroy()
|
||||
{
|
||||
DialogCanvasManager.Instance.UnregisterDialogView(DialogViewType.OldBox);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user