Esempio n. 1
0
 public static string getRepTitle(int rep)
 {
     return(PlayerDashboardInformationUI.localization.format("Rep", new object[]
     {
         PlayerDashboardInformationUI.localization.format("Rep_" + PlayerTool.getRepKey(rep)),
         rep
     }));
 }
Esempio n. 2
0
 public static Texture2D getRepTexture(int rep)
 {
     return((Texture2D)Resources.Load("Reputation/" + PlayerTool.getRepKey(rep)));
 }