调整编队页面UI组件结构,完善更新ui视图方法
This commit is contained in:
@@ -6,8 +6,8 @@ using UnityEngine;
|
||||
public class TeamManager : MonoBehaviour
|
||||
{
|
||||
public static TeamManager Instance {get; private set;}
|
||||
|
||||
public teamSettingPanel teamSettingPanelInstance= teamSettingPanel.Instance;
|
||||
|
||||
public teamSettingPanel teamSettingPanelInstance;
|
||||
//当前玩家存档下的所有编队配置
|
||||
public Dictionary<int, List<Character>> currentTeamSettings = new Dictionary<int, List<Character>>();
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user