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.XnaContentSource.RejectAsset ( string assetName,
IRejectionReason reason )
inline

Implements ReLogic.Content.Sources.IContentSource.

Definition at line 103 of file XnaContentSource.cs.

104 {
105 this._rejections.Reject(assetName, reason);
106 }
void Reject(string assetPath, IRejectionReason reason)
readonly RejectedAssetCollection _rejections

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