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
TitleContainer.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3using UnityEngine;
4
6{
7 // Token: 0x0200032F RID: 815
8 public class TitleContainer
9 {
10 // Token: 0x0600137F RID: 4991 RVA: 0x0005D328 File Offset: 0x0005B528
11 internal static Stream OpenStream(string path)
12 {
13 if (!true)
14 {
15 }
16 string text;
18 if (Resources.Load(Path.Combine(text, fileNameWithoutExtension).Replace("\\", "/")) != null)
19 {
20 }
21 throw new InvalidCastException();
22 }
23
24 // Token: 0x06001380 RID: 4992 RVA: 0x0005D364 File Offset: 0x0005B564
26 {
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
static Stream OpenStream(string path)
static string GetFileNameWithoutExtension(string path)
Definition Path.cs:160
static string Combine(string path1, string path2)
Definition Path.cs:41
static Object Load(string path)
Definition Resources.cs:20