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

◆ TrackSlope

Enumerator
Up 
Straight 
Down 

Definition at line 443 of file TrackGenerator.cs.

444 {
445 // Token: 0x04008226 RID: 33318
446 Up = -1,
447 // Token: 0x04008227 RID: 33319
448 Straight,
449 // Token: 0x04008228 RID: 33320
450 Down
451 }