spartanboy56

Daggertemp

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