_xiaofang/xiaofang/Assets/Script/UI/DifficultyInfo.cs

20 lines
342 B
C#
Raw Normal View History

2024-12-07 16:18:15 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DifficultyInfo : MonoBehaviour
{
[Header("<22>Ѷ<EFBFBD>")] public int difficulty;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}