NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UIBinder/UIFightTeamCommandeSkillBin...

24 lines
525 B
C#

using System.Collections;
using System.Collections.Generic;
using TMPro;
using Framework;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.UIElements;
using Button = UnityEngine.UI.Button;
using Image = UnityEngine.UI.Image;
using Toggle = UnityEngine.UI.Toggle;
using ScrollView = PhxhSDK.PhxhScrollView;
public class UIFightTeamCommandeSkillBinder
{
public static void GetComponents(UIFightTeamCommandeSkillController window)
{
}
/****** 定义变量语句 ******
****** End ******/
}