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
CurveLoopType.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000322 RID: 802
6 public enum CurveLoopType
7 {
8 // Token: 0x0400222D RID: 8749
10 // Token: 0x0400222E RID: 8750
11 Cycle,
12 // Token: 0x0400222F RID: 8751
14 // Token: 0x04002230 RID: 8752
16 // Token: 0x04002231 RID: 8753
17 Linear
18 }
19}