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

de.SweetCode.SteamAPI.method.option.options.TimeEndOption Maven / Gradle / Ivy

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

import de.SweetCode.SteamAPI.method.option.Option;
import de.SweetCode.SteamAPI.method.option.OptionTypes;

public class TimeEndOption extends Option {

    public TimeEndOption(boolean required) {
        super("timeend", "The end of the time range .", OptionTypes.UINT_32, required, false);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy