Initial commit
This commit is contained in:
7
Main/Black.java
Normal file
7
Main/Black.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package Main;
|
||||
|
||||
public class Black extends Lutemon {
|
||||
public Black(String name, String color, int exp, int attack, int defense, int health) {
|
||||
super(name, color, exp, attack, defense, health);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user