branchrust_reboot/main/projectilemod_cachecancel
2 Commits over 0 Days - ∞cph!
Only ever try and getcomponent an item projectile mod once per item when trying to cache it, as it seems to be called on loads of items, regardless of type, so it'll still call GetComponent every time just to return null, otherwise.
Item ItemModProjectile caching