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

org.ggp.base.validator.GameValidator Maven / Gradle / Ivy

The newest version!
package org.ggp.base.validator;

import java.util.List;

import org.ggp.base.util.game.Game;

public interface GameValidator {
    public List checkValidity(Game theGame) throws ValidatorException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy