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

◆ FalloffType

Enumerator
InverseSquared 
InverseSquaredNoRangeAttenuation 
Linear 
Legacy 
Undefined 

Definition at line 6 of file FalloffType.cs.

7 {
8 // Token: 0x04000507 RID: 1287
10 // Token: 0x04000508 RID: 1288
12 // Token: 0x04000509 RID: 1289
13 Linear,
14 // Token: 0x0400050A RID: 1290
15 Legacy,
16 // Token: 0x0400050B RID: 1291
17 Undefined
18 }