Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Reject (string assetPath, IRejectionReason reason) |
bool | IsRejected (string assetPath) |
void | Clear () |
bool | TryGetRejections (List< string > rejectionReasons) |
Private Attributes | |
Dictionary< string, IRejectionReason > | _rejectedAssetsAndReasons = new Dictionary<string, IRejectionReason>() |
Definition at line 5 of file RejectedAssetCollection.cs.