terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Message

string Terraria.WorldBuilding.GenerationProgress.Message
getset

Definition at line 11 of file GenerationProgress.cs.

12 {
13 get
14 {
15 string message = this._message;
16 double value = this._value;
17 string text;
18 return text;
19 }
20 set
21 {
22 string text = value.Replace("%", "{0:0.0%}");
24 }
25 }
class f__AnonymousType0<< Count > j__TPar