Advertisement
kadyr

Untitled

Sep 26th, 2021
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public class Riffle : Pistol
  2. {
  3. void Start()
  4. {
  5. auto = true;
  6. damage = 15;
  7. cooldown = 0.2f;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement