Package gwlpr.mapshard.controllers

Examples of gwlpr.mapshard.controllers.Chat


                .register(new ShutDown(thisContext, parentContext, sysUpdate, heartbeat))
               
                // register for gw-protocol related events
                .register(new LatencyAndSynchonization(clientRegistry))
                .register(new CharacterCreation())
                .register(new Chat(eventAgg))
                .register(new InstanceLoad(world, entityManager))
                .register(new MoveRotateClick(eventAgg, clientRegistry, entityManager))
               
       
        // register the CE systems
View Full Code Here

TOP

Related Classes of gwlpr.mapshard.controllers.Chat

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.