Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NPCNetIdBestiaryInfoElement.cs
Go to the documentation of this file.
1using Terraria.ID;
2using Terraria.UI;
3
5
7{
8 public int NetId { get; private set; }
9
11
12 public NPCNetIdBestiaryInfoElement(int npcNetId)
13 {
14 NetId = npcNetId;
15 }
16
18 {
19 return null;
20 }
21}
static Dictionary< int, int > NpcBestiarySortingId