All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.net.ob3d.domainmodel.EloRatingEntry Maven / Gradle / Ivy

There is a newer version: 1.9.30.689
Show newest version
package net.ob3d.domainmodel;

public class EloRatingEntry extends RatingEntry {
	int score = 1200;

	public int getScore() {
		return score;
	}

	public void setScore(int score) {
		this.score = score;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy