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
ChainID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005BA RID: 1466
6 public static class ChainID
7 {
8 // Token: 0x0600350C RID: 13580 RVA: 0x0020AB4C File Offset: 0x00208D4C
9 // Note: this type is marked as 'beforefieldinit'.
10 static ChainID()
11 {
12 }
13
14 // Token: 0x04004718 RID: 18200
15 public const short TendonHook = 0;
16
17 // Token: 0x04004719 RID: 18201
18 public const short ThornHook = 1;
19
20 // Token: 0x0400471A RID: 18202
21 public const short IlluminantHook = 2;
22
23 // Token: 0x0400471B RID: 18203
24 public const short Wormhook = 3;
25
26 // Token: 0x0400471C RID: 18204
27 public const short SilkRope = 4;
28
29 // Token: 0x0400471D RID: 18205
30 public const short SilkRope2 = 5;
31
32 // Token: 0x0400471E RID: 18206
33 public const short WebRope = 6;
34
35 // Token: 0x0400471F RID: 18207
36 public const short WebRope2 = 7;
37
38 // Token: 0x04004720 RID: 18208
39 public const short LunarSolar = 8;
40
41 // Token: 0x04004721 RID: 18209
42 public const short LunarVortex = 9;
43
44 // Token: 0x04004722 RID: 18210
45 public const short LunarNebula = 10;
46
47 // Token: 0x04004723 RID: 18211
48 public const short LunarStardust = 11;
49
50 // Token: 0x04004724 RID: 18212
51 public const short LunarSolarGlow = 12;
52
53 // Token: 0x04004725 RID: 18213
54 public const short LunarVortexGlow = 13;
55
56 // Token: 0x04004726 RID: 18214
57 public const short LunarNebulaGlow = 14;
58
59 // Token: 0x04004727 RID: 18215
60 public const short LunarStardustGlow = 15;
61
62 // Token: 0x04004728 RID: 18216
63 public const short StaticHook = 16;
64
65 // Token: 0x04004729 RID: 18217
66 public static readonly short Count;
67 }
68}
class f__AnonymousType0<< Count > j__TPar
const short TendonHook
Definition ChainID.cs:15
const short LunarVortex
Definition ChainID.cs:42
const short WebRope
Definition ChainID.cs:33
const short Wormhook
Definition ChainID.cs:24
const short LunarSolar
Definition ChainID.cs:39
const short LunarNebulaGlow
Definition ChainID.cs:57
static readonly short Count
Definition ChainID.cs:66
const short StaticHook
Definition ChainID.cs:63
const short LunarSolarGlow
Definition ChainID.cs:51
const short ThornHook
Definition ChainID.cs:18
const short LunarStardust
Definition ChainID.cs:48
const short LunarVortexGlow
Definition ChainID.cs:54
const short IlluminantHook
Definition ChainID.cs:21
const short SilkRope2
Definition ChainID.cs:30
const short WebRope2
Definition ChainID.cs:36
static ChainID()
Definition ChainID.cs:10
const short LunarStardustGlow
Definition ChainID.cs:60
const short SilkRope
Definition ChainID.cs:27
const short LunarNebula
Definition ChainID.cs:45