basically what i'm trying to do is make a function that passes through 2 things,
creating a projectile, and the playerID that created it.
i'm a total noob to network code so my understanding of the theory is probably off. is this how i should be going about implementing weapon firing over a network? I want to send a message when a player is shooting, and pass through what to instantiate client side, and where to instantiate it from.