_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/lianghaoLL/TransferPre.cs
2024-12-11 16:17:18 +08:00

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;
//ͼ±ê
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()
{
}
}