Guest User

Untitled

a guest
May 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. package server.model.players.sounds.combat.melee;
  2.  
  3.  
  4.  
  5. public class MeleeAttack {
  6.  
  7. public static void getMeleeAttackSound(int weapon) {
  8. switch (weapon) {
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment