terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TeleportationStyleID.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.ID
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20005F5")]
7 public static class TeleportationStyleID
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4006FBE")]
10 public const int TeleporterTile = 0;
11
12 [global::Cpp2ILInjected.Token(Token = "0x4006FBF")]
13 public const int RodOfDiscord = 1;
14
15 [global::Cpp2ILInjected.Token(Token = "0x4006FC0")]
16 public const int TeleportationPotion = 2;
17
18 [global::Cpp2ILInjected.Token(Token = "0x4006FC1")]
19 public const int RecallPotion = 3;
20
21 [global::Cpp2ILInjected.Token(Token = "0x4006FC2")]
22 public const int Portal = 4;
23
24 [global::Cpp2ILInjected.Token(Token = "0x4006FC3")]
25 public const int MagicConch = 5;
26
27 [global::Cpp2ILInjected.Token(Token = "0x4006FC4")]
28 public const int DebugTeleport = 6;
29
30 [global::Cpp2ILInjected.Token(Token = "0x4006FC5")]
31 public const int DemonConch = 7;
32
33 [global::Cpp2ILInjected.Token(Token = "0x4006FC6")]
34 public const int PotionOfReturn = 8;
35
36 [global::Cpp2ILInjected.Token(Token = "0x4006FC7")]
37 public const int TeleportationPylon = 9;
38
39 [global::Cpp2ILInjected.Token(Token = "0x4006FC8")]
40 public const int QueenSlimeHook = 10;
41
42 [global::Cpp2ILInjected.Token(Token = "0x4006FC9")]
43 public const int ShellphoneSpawn = 11;
44
45 [global::Cpp2ILInjected.Token(Token = "0x4006FCA")]
46 public const int ShimmerTownNPCTransform = 12;
47
48 [global::Cpp2ILInjected.Token(Token = "0x4006FCB")]
49 public const int MysticFrog = 13;
50 }
51}