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
IContentSource.cs
Go to the documentation of this file.
1using System;
3using System.IO;
4
6{
7 // Token: 0x02000B4E RID: 2894
8 public interface IContentSource
9 {
10 // Token: 0x17000927 RID: 2343
11 // (get) Token: 0x0600542A RID: 21546
12 // (set) Token: 0x0600542B RID: 21547
14
15 // Token: 0x0600542C RID: 21548
16 bool HasAsset(string assetName);
17
18 // Token: 0x0600542D RID: 21549
19 string GetExtension(string assetName);
20
21 // Token: 0x0600542E RID: 21550
23
24 // Token: 0x0600542F RID: 21551
26
27 // Token: 0x06005430 RID: 21552
29
30 // Token: 0x06005431 RID: 21553
32 }
33}
class f__AnonymousType0<< Count > j__TPar
bool TryGetRejections(List< string > rejectionReasons)
void RejectAsset(string assetName, IRejectionReason reason)
Stream OpenStream(string assetName)
string GetExtension(string assetName)