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
IContentValidator.cs
Go to the documentation of this file.
1using System;
3
4namespace ReLogic.Content
5{
6 // Token: 0x02000B3B RID: 2875
7 public interface IContentValidator
8 {
9 // Token: 0x060053D3 RID: 21459
10 bool AssetIsValid<T>(T content, string contentPath, [Out] IRejectionReason rejectionReason) where T : class;
11 }
12}
class f__AnonymousType0<< Count > j__TPar
bool AssetIsValid< T >(T content, string contentPath, [Out] IRejectionReason rejectionReason)