Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GameModeID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3internal class GameModeID
4{
5 public const short Normal = 0;
6
7 public const short Expert = 1;
8
9 public const short Master = 2;
10
11 public const short Creative = 3;
12}