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

io.github.vitalij3.JCA.models.locations.OneLocation Maven / Gradle / Ivy

Go to download

Provides an opportunity to use the API functionality of the Clash Of Clans game

The newest version!
package io.github.vitalij3.JCA.models.locations;

public class OneLocation {
    public long id = 0L;
    public String name = "none";
    public boolean isCountry = false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy