_xiaofang/xiaofang/Assets/yhj/scripts/ClassMate.cs
2024-12-24 18:51:35 +08:00

18 lines
385 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class ClassMate : MonoBehaviour
{
public JueseChoicePop jueseChoicePop;
public int id;
public string name;
public Text classmatename;
public string s;
public Button otherButton;
public Button button;
public bool isBeSet = true;
}