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

◆ SetupContent()

override void Terraria.ModLoader.GlobalBossBar.SetupContent ( )
inlinesealedvirtual

If you make a new ModType, seal this override, and call M:Terraria.ModLoader.ModType.SetStaticDefaults in it.

Reimplemented from Terraria.ModLoader.ModType< TEntity, TModType >.

Definition at line 16 of file GlobalBossBar.cs.

17 {
19 }
virtual void SetStaticDefaults()
Allows you to modify the properties after initial loading has completed.
Definition ModType.cs:72

References Terraria.ModLoader.ModType< TEntity, TModType >.SetStaticDefaults().

+ Here is the call graph for this function: