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

◆ SetStaticDefaults()

override void Terraria.ModLoader.ModDust.SetStaticDefaults ( )
inlinevirtual

Allows you to modify the properties after initial loading has completed. This is where you would update ModDust's UpdateType property and modify the Terraria.GameContent.ChildSafety.SafeDust array.

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

Definition at line 76 of file ModDust.cs.

77 {
78 }

Referenced by Terraria.ModLoader.ModDust.SetupContent().

+ Here is the caller graph for this function: