// Token: 0x0600162E RID: 5678 RVA: 0x000B9C1E File Offset: 0x000B7E1E
 public static Color GetStudentEyeColor(int studentID)
 {
     return(GlobalsHelper.GetColor(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_StudentEyeColor_",
         studentID.ToString()
     })));
 }
 // Token: 0x0600047F RID: 1151 RVA: 0x0003C5CF File Offset: 0x0003A9CF
 public static Color GetStudentEyeColor(int studentID)
 {
     return(GlobalsHelper.GetColor("StudentEyeColor_" + studentID.ToString()));
 }