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

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

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

import games.mythical.saga.sdk.exception.ErrorData;

public interface BaseSagaExecutor {
    void onError(ErrorData errorData);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy