Skip to content

Commit ee28406

Browse files
guipenedoGrover-c13
authored andcommitted
Add getPoints() to gym wrapper (#247)
1 parent 7056682 commit ee28406

File tree

1 file changed

+4
-0
lines changed
  • src/main/java/com/pokegoapi/api/gym

1 file changed

+4
-0
lines changed

src/main/java/com/pokegoapi/api/gym/Gym.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ public int getGuardPokemonCp() {
8080
return proto.getGuardPokemonCp();
8181
}
8282

83+
public long getPoints() {
84+
return proto.getGymPoints();
85+
}
86+
8387
public boolean getIsInBattle() {
8488
return proto.getIsInBattle();
8589
}

0 commit comments

Comments
 (0)