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

◆ SetupContent()

override void Terraria.ModLoader.ModHair.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 40 of file ModHair.cs.

41 {
44 }
virtual void AutoStaticDefaults()
Automatically sets certain static defaults. Override this if you do not want the properties to be set...
Definition ModHair.cs:49
virtual void SetStaticDefaults()
Allows you to modify the properties after initial loading has completed.
Definition ModType.cs:72

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

+ Here is the call graph for this function: