Commons/src/main/java/eu/univento/commons/player/statistics/GameStat.java

15 lines
285 B
Java

/*
* Copyright (c) 2017 univento.eu - All rights reserved
* You are not allowed to use, distribute or modify this code
*/
package eu.univento.commons.player.statistics;
/**
* @author joethei
* @version 0.1
*/
public interface GameStat {
//@Getter ServerType type = null;
}