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

com.codedisaster.steamworks.SteamPublishedFileID Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package com.codedisaster.steamworks;

public class SteamPublishedFileID extends SteamNativeHandle {

	public SteamPublishedFileID(long id) {
		super(id);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy