Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AnimationID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public class AnimationID
4{
5 public const short MushroomStatueTurningOn = 0;
6
7 public const short MushroomStatueTurningOff = 1;
8
9 public const short FakeChestOpening = 2;
10
11 public const short VolcanosTurningOn = 3;
12
13 public const short VolcanosTurningOff = 4;
14}
const short MushroomStatueTurningOn
Definition AnimationID.cs:5
const short VolcanosTurningOn
const short MushroomStatueTurningOff
Definition AnimationID.cs:7
const short VolcanosTurningOff
const short FakeChestOpening
Definition AnimationID.cs:9