|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Inheritance diagram for Terraria.Social.Base.WorkshopIssueReporter:Public Member Functions | |
| List< IssueReport > | GetReports () |
| void | ReportInstantUploadProblem (string textKey) |
| void | ReportInstantUploadProblemFromValue (string text) |
| void | ReportDelayedUploadProblem (string textKey) |
| void | ReportDelayedUploadProblemWithoutKnownReason (string textKey, string reasonValue) |
| void | ReportDownloadProblem (string textKey, string path, Exception exception) |
| void | ReportManifestCreationProblem (string textKey, Exception exception) |
| WorkshopIssueReporter () | |
Properties | |
| Action | OnNeedToOpenUI |
| Action | OnNeedToNotifyUI |
Private Member Functions | |
| void | AddReport (string reportText) |
| void | OpenReportsScreen () |
| void | NotifyReportsScreen () |
Private Attributes | |
| int | _maxReports = 1000 |
| List< IssueReport > | _reports |
Definition at line 11 of file WorkshopIssueReporter.cs.