void OnClick() { if (Input.GetMouseButtonUp(1)) { return; } uiManager.OpenLove(); }
protected override void Execute() { uiManager.OpenLove(); }