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
AnimationID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x02000596 RID: 1430
6 public class AnimationID
7 {
8 // Token: 0x060034CC RID: 13516 RVA: 0x0020A890 File Offset: 0x00208A90
9 public AnimationID()
10 {
11 }
12
13 // Token: 0x040041B4 RID: 16820
14 public const short MushroomStatueTurningOn = 0;
15
16 // Token: 0x040041B5 RID: 16821
17 public const short MushroomStatueTurningOff = 1;
18
19 // Token: 0x040041B6 RID: 16822
20 public const short FakeChestOpening = 2;
21
22 // Token: 0x040041B7 RID: 16823
23 public const short VolcanosTurningOn = 3;
24
25 // Token: 0x040041B8 RID: 16824
26 public const short VolcanosTurningOff = 4;
27 }
28}
const short MushroomStatueTurningOn
const short VolcanosTurningOn
const short MushroomStatueTurningOff
const short VolcanosTurningOff
const short FakeChestOpening