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

ch.sahits.game.openpatrician.client.GameRunnable Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package ch.sahits.game.openpatrician.client;

/**
 * Runnable instance definition for a game
 * @author Andi Hotz, (c) Sahits GmbH, 2011
 * Created on Sep 17, 2011
 *
 */
public interface GameRunnable extends Runnable {
	/**
	 * Retrieve the client representation of the game
	 * @return
	 */
	public IClient getClient();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy