Skip to content

Commit

Permalink
add getId for matchReference
Browse files Browse the repository at this point in the history
  • Loading branch information
stelar7 committed Aug 31, 2017
1 parent f011183 commit 8a493a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/java/no/stelar7/api/l4j8/pojo/match/MatchReference.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ public StaticChampion getChampion()
return StaticAPI.getInstance().getChampion(Platform.EUW1, this.champion, null, null, null);
}


/**
* championid associated with game.
*
* @return int
*/
public int getChampionId()
{
return this.champion;
}


/**
* LaneType associated with game
*
Expand Down

0 comments on commit 8a493a7

Please sign in to comment.