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

games.mythical.saga.sdk.client.executor.SagaPlayerWalletExecutor Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
package games.mythical.saga.sdk.client.executor;

public interface SagaPlayerWalletExecutor extends BaseSagaExecutor {
    void updatePlayerWallet(String traceId, String oauthId) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy