terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ BlockingObjects

Enumerator
None 
TwoD 
ThreeD 
All 

Definition at line 330 of file GraphicRaycaster.cs.

331 {
332 [global::Cpp2ILInjected.Token(Token = "0x4000087")]
333 None,
334 [global::Cpp2ILInjected.Token(Token = "0x4000088")]
335 TwoD,
336 [global::Cpp2ILInjected.Token(Token = "0x4000089")]
337 ThreeD,
338 [global::Cpp2ILInjected.Token(Token = "0x400008A")]
339 All
340 }