18 lines
385 B
C#
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;
|
|
}
|