备份CatanBuilding瘦身独立工程
This commit is contained in:
12
Assets/Scripts/Duel/UI/DuelMatchPlayer.cs
Normal file
12
Assets/Scripts/Duel/UI/DuelMatchPlayer.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class DuelMatchPlayer : MonoBehaviour
|
||||
{
|
||||
public Image icon_head;
|
||||
public TMP_Text text_name;
|
||||
public TMP_Text text_score;
|
||||
public Image icon_rank;
|
||||
public GameObject fx_ui_matchingPanel_rank;
|
||||
}
|
||||
Reference in New Issue
Block a user