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

io.github.robertograham.fortnite2.client.Fortnite Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package io.github.robertograham.fortnite2.client;

import io.github.robertograham.fortnite2.resource.AccountResource;
import io.github.robertograham.fortnite2.resource.LeaderBoardResource;
import io.github.robertograham.fortnite2.resource.StatisticResource;

public interface Fortnite extends AutoCloseable {

    @Override
    void close();

    AccountResource account();

    LeaderBoardResource leaderBoard();

    StatisticResource statistic();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy