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

assets.Connection.js Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
function Connection(object) {
    this.x = parseInt(object.x);
    this.y = parseInt(object.y);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy