We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e33d39 commit e835420Copy full SHA for e835420
1 file changed
src/main/java/com/pokegoapi/api/player/Team.java
@@ -1,11 +1,11 @@
1
package com.pokegoapi.api.player;
2
3
public enum Team {
4
- // VALUES UNCONFIRMED for the two inferior teams (Instinct and Valor)
+ // VALUES CONFIRMED
5
TEAM_NONE(0),
6
TEAM_MYSTIC(1),
7
- TEAM_INSTINCT(2),
8
- TEAM_VALOR(3);
+ TEAM_VALOR(2),
+ TEAM_INSTINCT(3);
9
10
private int value;
11
0 commit comments