using MoleMole.Config; using UnityEngine.EventSystems; using UnityEngine.UI; namespace MoleMole { public class ChangeChatFriendDialogContext : BaseDialogContext { public ChangeChatFriendDialogContext() { config = new ContextPattern { contextName = "ChangeChatFriendDialogContext", viewPrefabPath = "UI/Menus/Dialog/Chat/ChangeChatFriendDialog" }; } protected override void BindViewCallbacks() { BindViewCallback(base.view.transform.Find("Dialog/Content/DoubleButton/OKBtn").GetComponent