
uno.cod.battle.client.model.HealthFountain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The Java client for the Coduno battle
The newest version!
package uno.cod.battle.client.model;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
/**
* Created by vbalan on 11/13/2015.
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class HealthFountain {
private Position position;
public Position getPosition() {
return position;
}
public void setPosition(Position position) {
this.position = position;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy