Package com.threerings.parlor.data

Examples of com.threerings.parlor.data.TableConfig


    /**
     * Create the table config object that will be used.
     */
    protected TableConfig createTableConfig ()
    {
        return new TableConfig();
    }
View Full Code Here

TOP

Related Classes of com.threerings.parlor.data.TableConfig

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.