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

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

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

public interface SteamAPIWarningMessageHook {
	void onWarningMessage(int severity, String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy