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

◆ EnsureObjects()

void PersistentUserData.EnsureObjects ( )
inline

Definition at line 11 of file PersistentUserData.cs.

12 {
13 if (this.ArmorCollected == null)
14 {
15 }
16 if (this.CraftingsStationsUsed == null)
17 {
18 }
19 if (this.SlimeTypesKilled == null)
20 {
21 }
22 if (this.PetBuffsSpawned == null)
23 {
24 }
25 if (this.BossesKilled == null)
26 {
27 }
28 }
Dictionary< int, int > BossesKilled

References ArmorCollected, BossesKilled, CraftingsStationsUsed, PetBuffsSpawned, and SlimeTypesKilled.