terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AssetPathHelper.cs
Go to the documentation of this file.
1using System;
2
3namespace ReLogic.Content
4{
5 // Token: 0x02000B40 RID: 2880
6 internal static class AssetPathHelper
7 {
8 // Token: 0x060053E0 RID: 21472 RVA: 0x002850EC File Offset: 0x002832EC
9 public static string CleanPath(string path)
10 {
11 string text;
12 return text;
13 }
14
15 // Token: 0x060053E1 RID: 21473 RVA: 0x002850FC File Offset: 0x002832FC
16 private static int CollapseParentDirectory(string path, int position, int removeLength)
17 {
18 if (!true)
19 {
20 }
21 int num = 1;
22 int num2;
23 return Math.Max(num2, num);
24 }
25 }
26}
class f__AnonymousType0<< Count > j__TPar
static string CleanPath(string path)
static int CollapseParentDirectory(string path, int position, int removeLength)
static byte Max(byte val1, byte val2)
Definition Math.cs:111