Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TeleportationStyleID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public static class TeleportationStyleID
4{
5 public const int TeleporterTile = 0;
6
7 public const int RodOfDiscord = 1;
8
9 public const int TeleportationPotion = 2;
10
11 public const int RecallPotion = 3;
12
13 public const int Portal = 4;
14
15 public const int MagicConch = 5;
16
17 public const int DebugTeleport = 6;
18
19 public const int DemonConch = 7;
20
21 public const int PotionOfReturn = 8;
22
23 public const int TeleportationPylon = 9;
24
25 public const int QueenSlimeHook = 10;
26
27 public const int ShellphoneSpawn = 11;
28
29 public const int ShimmerTownNPCTransform = 12;
30
31 public const int MysticFrog = 13;
32}