Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ItemSourceID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public static class ItemSourceID
4{
5 public const int None = 0;
6
7 public const int SetBonus_Nebula = 1;
8
9 public const int LuckyCoin = 2;
10
11 public const int PlayerDeath = 3;
12
13 public const int PlayerDropItemCheck = 4;
14
15 public const int GrandDesignOrMultiColorWrench = 5;
16
17 public const int TorchGod = 6;
18
19 public const int SortingWithNoSpace = 7;
20
21 public const int Shimmer = 8;
22
23 public const int Digesting = 9;
24
25 public static readonly int Count = 10;
26}
const int GrandDesignOrMultiColorWrench
static readonly int Count