// Token: 0x06001656 RID: 5718 RVA: 0x000BA541 File Offset: 0x000B8741
 public static Vector3 GetReputationTriangle(int studentID)
 {
     return(GlobalsHelper.GetVector3(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_Student_",
         studentID,
         "_ReputatonTriangle"
     })));
 }