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

◆ SetupContent()

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

68 {
70 }
override void SetStaticDefaults()
Allows you to modify the properties after initial loading has completed. This is where you would upda...
Definition ModDust.cs:76

References Terraria.ModLoader.ModDust.SetStaticDefaults().

+ Here is the call graph for this function: