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

◆ cursorColor

Microsoft.Xna.Framework.Graphics.Color Terraria.Main.cursorColor
staticgetset

Definition at line 3244 of file Main.cs.

3245 {
3246 get
3247 {
3248 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
3249 }
3250 set
3251 {
3252 }
3253 }

Referenced by Terraria.Main.DrawCursor(), Terraria.Graphics.Capture.CaptureInterface.ModeEdgeSelection.DrawCursors(), Terraria.Main.DrawInterface_36_Cursor(), and Terraria.Main.DrawWorldCursor().