spartanboy56

Swordtemp

Jan 18th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. package com.company;
  2.  
  3. /**
  4. * Created by Pappy on 1/17/2016.
  5. */
  6. public class Swordtemp extends weapons {
  7. public Swordtemp(String Hilt, String Blade, String Buff, int Speed, int Damage, int BuffEffect, String WeapID, String Weaptype) {
  8. super(Hilt, Blade, Buff, Speed, Damage, BuffEffect, WeapID, Weaptype);
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. }
  19. }
Add Comment
Please, Sign In to add comment