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
GameModeID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005CA RID: 1482
6 internal class GameModeID
7 {
8 // Token: 0x06003549 RID: 13641 RVA: 0x0020B3DC File Offset: 0x002095DC
9 public GameModeID()
10 {
11 }
12
13 // Token: 0x040049AC RID: 18860
14 public const short Normal = 0;
15
16 // Token: 0x040049AD RID: 18861
17 public const short Expert = 1;
18
19 // Token: 0x040049AE RID: 18862
20 public const short Master = 2;
21
22 // Token: 0x040049AF RID: 18863
23 public const short Creative = 3;
24 }
25}