com.codedisaster.steamworks.SteamGameServerNetworking Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of steamworks4j-server Show documentation
Show all versions of steamworks4j-server Show documentation
Java wrapper to access the Steamworks API.
package com.codedisaster.steamworks;
public class SteamGameServerNetworking extends SteamNetworking {
public SteamGameServerNetworking(SteamNetworkingCallback callback) {
super(SteamGameServerAPINative.getSteamGameServerNetworkingPointer(),
SteamGameServerNetworkingNative.createCallback(new SteamNetworkingCallbackAdapter(callback)));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy