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

◆ OnSpawn()

virtual void Terraria.ModLoader.GlobalProjectile.OnSpawn ( Projectile projectile,
IEntitySource source )
inlinevirtual

Gets called when any projectiles spawns in world.

Definition at line 35 of file GlobalProjectile.cs.

36 {
37 }