com.nkasenides.athlos.model.IGridWorld Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of athlos-core Show documentation
Show all versions of athlos-core Show documentation
An MMOG development framework.
The newest version!
package com.nkasenides.athlos.model;
/**
* Abstracts the functionality of grid-based worlds.
*/
public interface IGridWorld extends IWorld {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy