Im still not comfortable understanding when to call local vs network methods.
In this case for example, in the UnitProjectile script, we apply the velocity in Start (locally) and the destroy on the server. Why is the velocity done locally and not on the server?