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
PlayerDifficultyID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005E3 RID: 1507
6 public class PlayerDifficultyID
7 {
8 // Token: 0x0600356D RID: 13677 RVA: 0x0020FB98 File Offset: 0x0020DD98
10 {
11 }
12
13 // Token: 0x040068C7 RID: 26823
14 public const byte SoftCore = 0;
15
16 // Token: 0x040068C8 RID: 26824
17 public const byte MediumCore = 1;
18
19 // Token: 0x040068C9 RID: 26825
20 public const byte Hardcore = 2;
21
22 // Token: 0x040068CA RID: 26826
23 public const byte Creative = 3;
24 }
25}