rails.game
Class GameDef

java.lang.Object
  extended by rails.game.GameDef

public class GameDef
extends java.lang.Object

This class will hold parameter identifiers for use in the game engine only. See rails.common.Defs for parameters used in the GUI/engine communication.

Author:
VosE

Nested Class Summary
static class GameDef.OrStep
          OR step values
static class GameDef.Parm
           
 
Constructor Summary
GameDef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameDef

public GameDef()