|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Inheritance diagram for Terraria.DataStructures.GeneralIssueReporter:
Collaboration diagram for Terraria.DataStructures.GeneralIssueReporter:Public Member Functions | |
| void | AddReport (string textToShow) |
| List< IssueReport > | GetReports () |
Private Attributes | |
| List< IssueReport > | _reports = new List<IssueReport>() |
Definition at line 5 of file GeneralIssueReporter.cs.