My game has about 10 weapons and they are all upgradeable. I want each weapons damage to be unique for each player for this reason. One player may have a 12 damage rifle the other may have 15 damage.
Right now my damage variables exist within my projectile class and hitscan weapon class, and are set within the BPs for the weapon or projectile.
Do I need to move each weapon damage variable into my players character class in order to do what I need? Im guessing if I edit the projectiles damage it doesnt just happen on one players projectile damage and it will effect all projectiles?
Thanks for help