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

◆ State

bool InControl.TouchSprite.State
getset

Definition at line 245 of file TouchSprite.cs.

246 {
247 get
248 {
249 return this.state;
250 }
251 set
252 {
253 bool flag = this.state;
254 this.<Dirty>k__BackingField = true;
255 }
256 }
bool< Dirty > k__BackingField