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

◆ TrackSlope

Enumerator
Up 
Straight 
Down 

Definition at line 452 of file TrackGenerator.cs.

453 {
454 [global::Cpp2ILInjected.Token(Token = "0x4008226")]
455 Up = -1,
456 [global::Cpp2ILInjected.Token(Token = "0x4008227")]
457 Straight,
458 [global::Cpp2ILInjected.Token(Token = "0x4008228")]
459 Down
460 }