Skip to content

Commit e835420

Browse files
authored
Confirmed Team Values
1 parent 5e33d39 commit e835420

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/main/java/com/pokegoapi/api/player

src/main/java/com/pokegoapi/api/player/Team.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package com.pokegoapi.api.player;
22

33
public enum Team {
4-
// VALUES UNCONFIRMED for the two inferior teams (Instinct and Valor)
4+
// VALUES CONFIRMED
55
TEAM_NONE(0),
66
TEAM_MYSTIC(1),
7-
TEAM_INSTINCT(2),
8-
TEAM_VALOR(3);
7+
TEAM_VALOR(2),
8+
TEAM_INSTINCT(3);
99

1010
private int value;
1111

0 commit comments

Comments
 (0)