terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
ContentRejectionFromSize (int neededWidth, int neededHeight, int actualWidth, int actualHeight) | |
string | GetReason () |
Private Attributes | |
int | _neededWidth |
int | _neededHeight |
int | _actualWidth |
int | _actualHeight |
Definition at line 10 of file ContentRejectionFromSize.cs.