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
CurveTangent.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000324 RID: 804
6 public enum CurveTangent
7 {
8 // Token: 0x04002236 RID: 8758
9 Flat,
10 // Token: 0x04002237 RID: 8759
11 Linear,
12 // Token: 0x04002238 RID: 8760
13 Smooth
14 }
15}