|
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
|
Collaboration diagram for Terraria.WorldBuilding.GenerationProgress:Public Member Functions | |
| void | Set (double value) |
| void | Start (double weight) |
| void | End () |
| GenerationProgress () | |
Public Attributes | |
| double | TotalWeight |
| double | CurrentPassWeight |
Properties | |
| string | Message [get, set] |
| double | Value [get, set] |
| double | TotalProgress [get, set] |
Private Attributes | |
| string | _message |
| double | _value |
| double | _totalProgress |
Definition at line 10 of file GenerationProgress.cs.