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

◆ GraphicsDevice

GraphicsDevice Microsoft.Xna.Framework.GameComponent.GraphicsDevice
get

Definition at line 89 of file GameComponent.cs.

90 {
91 get
92 {
93 return this._game.GraphicsDevice;
94 }
95 }
GraphicsDevice GraphicsDevice
Definition Game.cs:31