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

◆ AddTags()

void Terraria.GameContent.Bestiary.BestiaryEntry.AddTags ( params IBestiaryInfoElement[] elements)
inline

Definition at line 120 of file BestiaryEntry.cs.

121 {
122 Info.AddRange(elements);
123 }

References Terraria.GameContent.Bestiary.BestiaryEntry.Info.