美术资源替换
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections;
|
||||
using AibisDream.FixSystem;
|
||||
using Cinemachine;
|
||||
using UnityEngine;
|
||||
@@ -107,8 +106,6 @@ namespace AibisDream.Framework
|
||||
{
|
||||
// 播放pump动画
|
||||
_pumpUI.PlayPumpAnime();
|
||||
var clinicSystem = FixSystemCenter.SystemDic.Get<ClinicSystem>();
|
||||
clinicSystem.StartTablePump();
|
||||
// 播放泵机运行对话
|
||||
DialogController.Instance.StartDialogNode("泵机运行");
|
||||
}
|
||||
@@ -129,9 +126,6 @@ namespace AibisDream.Framework
|
||||
// 冷却液界面
|
||||
_pumpUI.StopPumpAnime();
|
||||
_pumpUI.DestroyBottle();
|
||||
// 诊所界面
|
||||
var clinicSystem = FixSystemCenter.SystemDic.Get<ClinicSystem>();
|
||||
clinicSystem.StopTablePump();
|
||||
}
|
||||
|
||||
public IEnumerator PullOutTube()
|
||||
|
||||
Reference in New Issue
Block a user