Package gwlpr.loginshard.models

Examples of gwlpr.loginshard.models.MapDispatchModel


     * @param       clientHandleRegistry
     */
    public MapDispatch(Handle<GameAppContext> context, HandleRegistry<ClientBean> clientHandleRegistry)
    {
        this.context = context.get();
        model = new MapDispatchModel(context);
        this.clientHandleRegistry = clientHandleRegistry;
    }
View Full Code Here

TOP

Related Classes of gwlpr.loginshard.models.MapDispatchModel

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.