31 lines
537 B
C#
31 lines
537 B
C#
|
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
using TMPro;
|
|||
|
using UnityEngine;
|
|||
|
using UnityEngine.UI;
|
|||
|
|
|||
|
public class addressItem : MonoBehaviour
|
|||
|
{
|
|||
|
public TextMeshProUGUI nameTxt;//<2F><><EFBFBD><EFBFBD>
|
|||
|
public TextMeshProUGUI addressTxt;//<2F><>ַ
|
|||
|
public TextMeshProUGUI telTxt;//<2F>绰
|
|||
|
public Button editBtn;//<2F>༭<EFBFBD><E0BCAD>ť
|
|||
|
|
|||
|
// Start is called before the first frame update
|
|||
|
void Start()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
// Update is called once per frame
|
|||
|
void Update()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
public void SetInfo()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|