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

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

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

public class SteamControllerActionSetHandle extends SteamNativeHandle {

	SteamControllerActionSetHandle(long handle) {
		super(handle);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy