This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log("Hello, world!"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package fi.kivibot.riotapi.structures.game; | |
import java.util.Objects; | |
public class RawStatsDto { | |
private final Integer assists; | |
private final Integer barracksKilled; | |
private final Integer championsKilled; | |
private final Integer combatPlayerScore; |