Firearm tutorial

Hello everyone, I’m looking for a tutorial that helps me create a firearms system that includes how to fire the bullets and how to switch between firearms.
I’ve been looking for tutorials in youtube but most of them use Javascript and I wanted to make my weapon system in c#.

Thanks, Oussama.

Watch the Javascript tutorial and write your code in C#…tutorials are meant to help you think about how to do something, they are not step by step manuals…what you should take from tutorials is semantics, not syntax. If you want to learn C#, you can use any kind of C# ressources and if you have the syntax down, create your game…