fate
Class FateServer


java.lang.Object

  |

  +--fate.FateServer


public class FateServer
extends java.lang.Object

Server executable.


Field Summary
static MapPlayerInfo mapPlayerInfo
           
static java.lang.String playerDBFile
           
static java.lang.String programName
           
static Universe universe
           
static java.lang.String universeFile
           
 
Constructor Summary
FateServer()
          Creates new FateServer
 
Method Summary
static void main(java.lang.String[] args)
          Runs the FateServer application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

programName


public static final java.lang.String programName

playerDBFile


public static final java.lang.String playerDBFile

universeFile


public static final java.lang.String universeFile

mapPlayerInfo


public static MapPlayerInfo mapPlayerInfo

universe


public static Universe universe
Constructor Detail

FateServer


public FateServer()
Creates new FateServer
Method Detail

main


public static void main(java.lang.String[] args)
Runs the FateServer application