blob: 8cfd42a670db598ba377dc7cff1b9f2c2011509a [file] [log] [blame] [raw]
package net.lightstone.game;
/**
* A simple sandbox {@link GameMode} in which the players have infinite amounts
* of resources.
* @author Graham Edgecombe
*/
public class CreativeGameMode implements GameMode {
}