You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
@@ -2,6 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using Coffee.UIEffects;
|
||||
using Cysharp.Threading.Tasks;
|
||||
using Framework.Audio;
|
||||
using Framework.Timer;
|
||||
using Framework.UI;
|
||||
using Game;
|
||||
@@ -11,6 +12,7 @@ using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using IcecreamView;
|
||||
using MintAnimation.Core;
|
||||
using AudioType = Framework.Audio.AudioType;
|
||||
|
||||
namespace Views{
|
||||
|
||||
@@ -171,6 +173,7 @@ namespace Views{
|
||||
private void ToBossCG ()
|
||||
{
|
||||
this.ViewConnector.CloseView ();
|
||||
AudioManager.Instance.StopPlayers (AudioType.BGM , 1f);
|
||||
Destroy (MapContent.Instance.ScenePart.gameObject);
|
||||
MapContent.Instance.ScenePart = null;
|
||||
RoomManager.Instance._BossSceneDirector.stopped += director =>
|
||||
|
||||
Reference in New Issue
Block a user