TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ AddMultiEntryNPCS_Manual()

void Terraria.GameContent.Bestiary.BestiaryDatabaseNPCsPopulator.AddMultiEntryNPCS_Manual ( )
inlineprivate

Definition at line 714 of file BestiaryDatabaseNPCsPopulator.cs.

715 {
716 Register(BestiaryEntry.Enemy(85)).Icon = new UnlockableNPCEntryIcon(85, 0f, 0f, 0f, 3f);
717 }

References Terraria.GameContent.Bestiary.BestiaryEntry.Enemy(), Terraria.GameContent.Bestiary.BestiaryEntry.Icon, and Terraria.GameContent.Bestiary.BestiaryDatabaseNPCsPopulator.Register().

+ Here is the call graph for this function: