2024-12-11 15:32:27 +08:00
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using UnityEngine;
|
|
|
|
using UnityEngine.UI;
|
|
|
|
|
|
|
|
public class TemplateInfo : MonoBehaviour
|
|
|
|
{
|
2024-12-11 16:41:12 +08:00
|
|
|
<<<<<<< HEAD
|
2024-12-11 15:32:27 +08:00
|
|
|
public Text templateText;
|
2024-12-11 16:41:12 +08:00
|
|
|
=======
|
2024-12-11 16:05:50 +08:00
|
|
|
//<<<<<<< HEAD:xiaofang/Assets/Script/hylScripts/Free01/NetPings.cs
|
2024-12-11 15:58:15 +08:00
|
|
|
|
|
|
|
|
2024-12-11 16:05:50 +08:00
|
|
|
//=======
|
2024-12-11 15:32:27 +08:00
|
|
|
public Text templateText;
|
2024-12-11 16:05:50 +08:00
|
|
|
//>>>>>>> e0ef89a8cfb64341378541f16f1e9f5cffbc01eb:xiaofang/Assets/Script/UI/TemplateInfo.cs
|
2024-12-11 15:32:27 +08:00
|
|
|
// Start is called before the first frame update
|
2024-12-11 16:41:12 +08:00
|
|
|
>>>>>>> f0b9f206aabafd00c78d6374b48d4057bbe57cf6
|
2024-12-11 15:32:27 +08:00
|
|
|
void Start()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// Update is called once per frame
|
|
|
|
void Update()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|