// Token: 0x06001657 RID: 5719 RVA: 0x000BA584 File Offset: 0x000B8784 public static void SetReputationTriangle(int studentID, Vector3 triangle) { GlobalsHelper.SetVector3(string.Concat(new object[] { "Profile_", GameGlobals.Profile, "_Student_", studentID, "_ReputatonTriangle" }), triangle); }