Castable<GameStats>
GameStatsEditor
public interface GameStats extends Castable<GameStats>
int
getDeaths()
String[]
getInfo()
getKills()
getPlayed()
double
getScores()
getWins()
castTo
int getPlayed()
int getKills()
int getDeaths()
int getWins()
double getScores()
String[] getInfo()