Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class MachineGun {
  2. open(bottle) {
  3. alert('*Opening A Bottle With The Machine Gun*');
  4. }
  5. shoot(enemy) {
  6. alert('*Shooting The Machine Gun Against The Enemy*');
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement