Package gwlpr.mapshard

Examples of gwlpr.mapshard.MapShardFactory


       
       
        // create a list of our game-app factories:
        List<GameAppFactory> factories = new ArrayList<>();
        factories.add(new LoginShardFactory());
        factories.add(new MapShardFactory());
       
       
        // finall create the container and hope it initializes itself without errors...
        final ContainerFacade container;
       
View Full Code Here

TOP

Related Classes of gwlpr.mapshard.MapShardFactory

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.