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
ContentRejectionFromFailedLoad_ByAssetExtensionType.cs
Go to the documentation of this file.
1using System;
2
3namespace ReLogic.Content
4{
5 // Token: 0x02000B3E RID: 2878
7 {
8 // Token: 0x060053DA RID: 21466 RVA: 0x00285060 File Offset: 0x00283260
9 public string GetReason()
10 {
11 return "Only textures of type '.png' and '.xnb' may be loaded.";
12 }
13
14 // Token: 0x060053DB RID: 21467 RVA: 0x00285074 File Offset: 0x00283274
18 }
19}