合并
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Linq;
|
||||
using AibisDream.Framework;
|
||||
using AibisDream.Kit;
|
||||
using AibisDream.Utility;
|
||||
using DG.Tweening;
|
||||
using Febucci.UI;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
@@ -75,6 +76,11 @@ namespace AibisDream.FixSystem
|
||||
ShowTitle(string.Empty);
|
||||
}
|
||||
|
||||
public void ShowTaskPanel()
|
||||
{
|
||||
TaskScreen.transform.DOLocalMoveY(3.85f, 1f);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region 对话框功能实现
|
||||
|
||||
Reference in New Issue
Block a user