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
TeleportationStyleID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005F5 RID: 1525
6 public static class TeleportationStyleID
7 {
8 // Token: 0x04006FBE RID: 28606
9 public const int TeleporterTile = 0;
10
11 // Token: 0x04006FBF RID: 28607
12 public const int RodOfDiscord = 1;
13
14 // Token: 0x04006FC0 RID: 28608
15 public const int TeleportationPotion = 2;
16
17 // Token: 0x04006FC1 RID: 28609
18 public const int RecallPotion = 3;
19
20 // Token: 0x04006FC2 RID: 28610
21 public const int Portal = 4;
22
23 // Token: 0x04006FC3 RID: 28611
24 public const int MagicConch = 5;
25
26 // Token: 0x04006FC4 RID: 28612
27 public const int DebugTeleport = 6;
28
29 // Token: 0x04006FC5 RID: 28613
30 public const int DemonConch = 7;
31
32 // Token: 0x04006FC6 RID: 28614
33 public const int PotionOfReturn = 8;
34
35 // Token: 0x04006FC7 RID: 28615
36 public const int TeleportationPylon = 9;
37
38 // Token: 0x04006FC8 RID: 28616
39 public const int QueenSlimeHook = 10;
40
41 // Token: 0x04006FC9 RID: 28617
42 public const int ShellphoneSpawn = 11;
43
44 // Token: 0x04006FCA RID: 28618
45 public const int ShimmerTownNPCTransform = 12;
46
47 // Token: 0x04006FCB RID: 28619
48 public const int MysticFrog = 13;
49 }
50}