Advertisement
kadyr

Untitled

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