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

◆ WasReleased

bool InControl.TwoAxisInputControl.WasReleased
get

Implements InControl.IInputControl.

Definition at line 511 of file TwoAxisInputControl.cs.

512 {
513 get
514 {
515 while (!this.thisState)
516 {
517 }
518 }
519 }