Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public int clips = 5; // how many clip we have
  2. public int bulletsPerClip = 25; // how many bullets per clip
  3. public int bullets = bulletsPerClip; // start with a brand new clip in the gun
  4. public float reloadTime = 1f; // reload time in secounds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement