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

◆ IdleSprite

Sprite InControl.TouchSprite.IdleSprite
getset

Definition at line 282 of file TouchSprite.cs.

283 {
284 get
285 {
286 return this.idleSprite;
287 }
288 set
289 {
290 Sprite sprite = this.idleSprite;
291 if (!true)
292 {
293 }
294 bool flag = sprite != value;
296 this.<Dirty>k__BackingField = true;
297 }
298 }
class f__AnonymousType0<< Count > j__TPar
bool< Dirty > k__BackingField