Skip to content

Instantly share code, notes, and snippets.

View kivibot's full-sized avatar

Nicklas Ahlskog kivibot

  • Finland
View GitHub Profile
@kivibot
kivibot / hello.js
Last active October 18, 2023 07:41
hello
console.log("Hello, world!");
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;