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

◆ GetModProjectile()

static ModProjectile Terraria.ModLoader.ModContent.GetModProjectile ( int type)
inlinestatic

Definition at line 213 of file ModContent.cs.

214 {
215 return ProjectileLoader.GetProjectile(type);
216 }

References Terraria.ModLoader.ProjectileLoader.GetProjectile().

+ Here is the call graph for this function: