This commit is contained in:
YangHua 2024-01-28 17:03:02 +08:00
parent 59f07e23a5
commit a30d997487
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ public class GameManager : MonoSingleton<GameManager>
///04 student 03 teacher
if (GlobalFlag.currentUser.role_code == "04")
{
GlobalFlag.blueOrRed = 4;
Teacher.gameObject.SetActive(false);
student.gameObject.SetActive(true);
GlobalFlag.isStartRehearsing = (UIBootstrap.Instance.GetRoomStateById(GlobalFlag.roomID) == 1);