68. Projectile Weapon Class
![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fbeef9b7-0063-4b28-a006-57ce3dd9d93f/Untitled.png)
- Projectile Weapon Class
- Projectile Class
69. Fire Montage
70. Fire Weapon Effects
71. Weapon Effects In Multiplayer
- Weapon Effects In Multiplayer
- Server RPC
- Multicast RPC
72. The Hit Target
- Hit Target
- We need to know where to shoot
- Trace from the center of the screen
73. Spawning the projectile
- Spawn a projectile
- Override the fire function in projectile weapon
- Add a hit target input to the fire function