Package com.threerings.parlor.server

Examples of com.threerings.parlor.server.TableManager


    @Override
    protected void didStartup ()
    {
        super.didStartup();
        // now that we have our place object, we can create our table manager
        _tmgr = new TableManager(_omgr, _invmgr, _registry, getPlaceObject());
    }
View Full Code Here

TOP

Related Classes of com.threerings.parlor.server.TableManager

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.