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

◆ IsActive

bool Microsoft.Xna.Framework.Game.IsActive
getsetinherited

Definition at line 62 of file Game.cs.

63 {
64 get
65 {
66 return this._active;
67 }
68 set
69 {
70 }
71 }