de.SweetCode.SteamAPI.interfaces.ISteamCDN Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SteamAPI Show documentation
Show all versions of SteamAPI Show documentation
SteamAPI is a wrapper of the Steam Web API.
package de.SweetCode.SteamAPI.interfaces;
import de.SweetCode.SteamAPI.SteamAPI;
import de.SweetCode.SteamAPI.method.methods.SetClientFilters;
import de.SweetCode.SteamAPI.method.methods.SetPerformanceStats;
public class ISteamCDN extends SteamInterface {
public ISteamCDN(SteamAPI steam) {
super(steam, "ISteamCDN");
this.add(new SetClientFilters(this));
this.add(new SetPerformanceStats(this));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy