diff --git a/Assets/Temp/Scripts/View_Panel2.cs b/Assets/Temp/Scripts/View_Panel2.cs index e6031dc1..4872104e 100644 --- a/Assets/Temp/Scripts/View_Panel2.cs +++ b/Assets/Temp/Scripts/View_Panel2.cs @@ -574,6 +574,7 @@ public class View_Panel2 : XUIPanel GameObject subjectTemp = GameObject.Instantiate(currentRoomSubjectItem, currentRoomSubjectItemConnect); subjectTemp.SetActive(true); subjectTemp.name = di[index].Id; + GlobalFlag.practiceSubjectID = subjectTemp.name; subjectTemp.transform.GetChild(0).GetComponent().text = di[index].Name; subjectTemp.GetComponent