Package net.cis.client.game.scenery.factory

Examples of net.cis.client.game.scenery.factory.SectorFactory


    // datamodel laden
    // int sectorID = userData.getSectorId();
    Sector sector = null;

    // co erzeugen
    SectorFactory sf = new SectorFactory();
    sf.addControlledObject(sector);

    PlayerFactory pf = new PlayerFactory();
    pf.addControlledObject((SpaceObject) null, true);

    // Inputs laden
View Full Code Here

TOP

Related Classes of net.cis.client.game.scenery.factory.SectorFactory

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.