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

org.schema.GamePlayMode Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.schema;

/**
 * Schema.org/GamePlayMode
 * Indicates whether this game is multi-player, co-op or single-player.
 *
 * @author schema.org
 * @class GamePlayMode
 * @module org.schema
 * @extends Enumeration
 */
public class GamePlayMode extends Enumeration {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public GamePlayMode() {
		context = "http://schema.org/";
		type = "GamePlayMode";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy