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
ResourceLocation.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x020004EA RID: 1258
6 [Flags]
7 public enum ResourceLocation
8 {
9 // Token: 0x04001415 RID: 5141
11 // Token: 0x04001416 RID: 5142
13 // Token: 0x04001417 RID: 5143
14 Embedded = 1
15 }
16}