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

◆ DefaultMessage

string System.Globalization.CultureNotFoundException.DefaultMessage
staticgetprivate

Definition at line 74 of file CultureNotFoundException.cs.

75 {
76 get
77 {
78 return "Culture is not supported.";
79 }
80 }