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
HousingCategoryID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005CE RID: 1486
6 public class HousingCategoryID
7 {
8 // Token: 0x0600354D RID: 13645 RVA: 0x0020B420 File Offset: 0x00209620
10 {
11 }
12
13 // Token: 0x04004DF6 RID: 19958
14 public const int CommonNPCs = 0;
15
16 // Token: 0x04004DF7 RID: 19959
17 public const int PetNPCs = 1;
18 }
19}