_xiaofang/xiaofang/Assets/Script/UI/DifficultyInfo.cs
2024-12-07 16:18:15 +08:00

20 lines
342 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DifficultyInfo : MonoBehaviour
{
[Header("ÄѶÈ")] public int difficulty;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}