class Spiller{ public String id; public Spiller(String id){ // sender inn X eller O this.id = id; } }