Package net.myexperiments.gos.model

Examples of net.myexperiments.gos.model.WorldObjects


    case Species:
      world.species = new Species(filename,world);
      break;
     
    case WorldObjects:
      world.worldobjects = new WorldObjects(filename,world);
      break;
     
    case Names:
      world.names = new NameVector(filename, world);
      break;
View Full Code Here

TOP

Related Classes of net.myexperiments.gos.model.WorldObjects

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.