Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PlayerDifficultyID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
4{
5 public const byte SoftCore = 0;
6
7 public const byte MediumCore = 1;
8
9 public const byte Hardcore = 2;
10
11 public const byte Creative = 3;
12}