Package net.myexperiments.gos

Examples of net.myexperiments.gos.World


*/

}
public void InitGOS(VCGame view) throws IOException{

world = new World();
world.CurrentTurn = 0;
gtge = view;

//TheGame.SystemConfig = new Properties();
//TheGame.SystemConfig.load(new FileInputStream(GOSSystem.CONFIGDIRECTORY
View Full Code Here

TOP

Related Classes of net.myexperiments.gos.World

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.