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

◆ DrawOrder

int Microsoft.Xna.Framework.DrawableGameComponent.DrawOrder
getset

Implements Microsoft.Xna.Framework.IDrawable.

Definition at line 89 of file DrawableGameComponent.cs.

90 {
91 get
92 {
93 return this._drawOrder;
94 }
95 set
96 {
99 if (drawOrderChanged != null)
100 {
101 }
102 }
103 }
class f__AnonymousType0<< Count > j__TPar