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
LiquidID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005D7 RID: 1495
6 public static class LiquidID
7 {
8 // Token: 0x0600355C RID: 13660 RVA: 0x0020E450 File Offset: 0x0020C650
9 // Note: this type is marked as 'beforefieldinit'.
10 static LiquidID()
11 {
12 }
13
14 // Token: 0x04006406 RID: 25606
15 public const short Water = 0;
16
17 // Token: 0x04006407 RID: 25607
18 public const short Lava = 1;
19
20 // Token: 0x04006408 RID: 25608
21 public const short Honey = 2;
22
23 // Token: 0x04006409 RID: 25609
24 public const short Shimmer = 3;
25
26 // Token: 0x0400640A RID: 25610
27 public static readonly short Count;
28 }
29}
class f__AnonymousType0<< Count > j__TPar
const short Water
Definition LiquidID.cs:15
const short Shimmer
Definition LiquidID.cs:24
const short Honey
Definition LiquidID.cs:21
static readonly short Count
Definition LiquidID.cs:27
const short Lava
Definition LiquidID.cs:18