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

◆ ShadowColor

Color Terraria.GameContent.UI.Elements.UIText.ShadowColor
getset

Definition at line 200 of file UIText.cs.

201 {
202 get
203 {
204 Color color;
205 return color;
206 }
207 set
208 {
209 }
210 }