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

com.barrybecker4.game.common.plugin.PluginType Maven / Gradle / Ivy

// Copyright by Barry G. Becker, 2012. Licensed under MIT License: http://www.opensource.org/licenses/MIT
package com.barrybecker4.game.common.plugin;

/**
 * @author Barry Becker
 */
public enum PluginType {
    TWO_PLAYER_GAME,
    MULTI_PLAYER_GAME
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy