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

◆ ListenOptions

BindingListenOptions InControl.PlayerActionSet.ListenOptions
getsetinherited

Definition at line 362 of file PlayerActionSet.cs.

363 {
364 get
365 {
366 return this.listenOptions;
367 }
368 set
369 {
370 if (value == null)
371 {
372 }
373 }
374 }
BindingListenOptions listenOptions