Skip to content
Snippets Groups Projects
Commit 53152c24 authored by chrisb-3's avatar chrisb-3
Browse files

added trainers page

parent 7d77e368
No related branches found
No related tags found
No related merge requests found
Pipeline #96667 failed
......@@ -24,7 +24,7 @@ public class PokemonType extends NamedEntity {
public String primaryType;
public String secondaryType;
public PokemonType() {
public PokemonType() { //Constructor
super();
pokedexNumber = 0;
generation = 0;
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment