games.rednblack.h2d.common.network.model.SnapshotReleaseData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-api Show documentation
Show all versions of common-api Show documentation
Common API to build HyperLap2D plugins
The newest version!
package games.rednblack.h2d.common.network.model;
public class SnapshotReleaseData {
public int build;
}