[trim] fully-unreachable files deleted: 6 [trim] files edited: 55, files deleted: 0, nodes removed: 244 [type-trim] files edited: 1, types removed: 1 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
23 lines
339 B
C#
23 lines
339 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Linq;
|
|
using UnityEngine;
|
|
using Wizard;
|
|
|
|
public class PanelMgr : MonoBehaviour
|
|
{
|
|
public enum BattleAlertType
|
|
{
|
|
SelectChoiceCard,
|
|
DisconnectInfomation,
|
|
None
|
|
}
|
|
|
|
private BattleManagerBase _battleMgr;
|
|
|
|
private void Awake()
|
|
{
|
|
_battleMgr = _battleMgr;
|
|
}
|
|
}
|