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

de.SweetCode.SteamAPI.interfaces.ISteamNews Maven / Gradle / Ivy

There is a newer version: 1.0.4-beta
Show newest version
package de.SweetCode.SteamAPI.interfaces;

import de.SweetCode.SteamAPI.SteamAPI;
import de.SweetCode.SteamAPI.method.methods.GetNewsForApp;
import de.SweetCode.SteamAPI.method.methods.GetNewsForAppAuthed;

public class ISteamNews extends SteamInterface {

    public ISteamNews(SteamAPI steam) {
        super(steam, "ISteamNews");

        this.add(new GetNewsForApp(this));
        this.add(new GetNewsForAppAuthed(this));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy