示例#1
0
 // Token: 0x0600132E RID: 4910 RVA: 0x0018224F File Offset: 0x0018044F
 public static string getStringPreviousToThisHeightCutoff(string s, int width, int height)
 {
     return(s.Substring(0, SpriteText.getIndexOfSubstringBeyondHeight(s, width, height) + 1));
 }