34 lines
665 B
C#
34 lines
665 B
C#
![]() |
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
using TMPro;
|
|||
|
using UnityEngine;
|
|||
|
using UnityEngine.UI;
|
|||
|
|
|||
|
public class TransferPre : MonoBehaviour
|
|||
|
{
|
|||
|
public Tramsfer tramsfer;
|
|||
|
public Text time;
|
|||
|
//ͼ<><CDBC>
|
|||
|
public Image sp;
|
|||
|
public Image sp2;
|
|||
|
public Image spbg;
|
|||
|
public Image sp2bg;
|
|||
|
public TextMeshProUGUI count1;
|
|||
|
public TextMeshProUGUI count2;
|
|||
|
public Sprite Sprite1;
|
|||
|
public Sprite Sprite2;
|
|||
|
public Sprite Sprite1bg;
|
|||
|
public Sprite Sprite2bg;
|
|||
|
// Start is called before the first frame update
|
|||
|
void Start()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
// Update is called once per frame
|
|||
|
void Update()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|