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

◆ RejectAsset()

void ReLogic.Content.Sources.ZipContentSource.RejectAsset ( string assetName,
IRejectionReason reason )
inline

Implements ReLogic.Content.Sources.IContentSource.

Definition at line 157 of file ZipContentSource.cs.

158 {
159 this._rejections.Reject(assetName, reason);
160 }
void Reject(string assetPath, IRejectionReason reason)
readonly RejectedAssetCollection _rejections

References ReLogic.Content.Sources.ZipContentSource._rejections, and ReLogic.Content.RejectedAssetCollection.Reject().