Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.company;
- /**
- * Created by Pappy on 1/17/2016.
- */
- public class Swordtemp extends weapons {
- public Swordtemp(String Hilt, String Blade, String Buff, int Speed, int Damage, int BuffEffect, String WeapID, String Weaptype) {
- super(Hilt, Blade, Buff, Speed, Damage, BuffEffect, WeapID, Weaptype);
- }
- }
Add Comment
Please, Sign In to add comment