Package com.threerings.parlor.util

Examples of com.threerings.parlor.util.RobotPlayer


     * Creates a robot player using the default RobotPlayer. Derived classes can override to make
     * use of more advanced robots adapted to specific puzzles.
     */
    protected RobotPlayer createRobotPlayer ()
    {
        return new RobotPlayer(this, _xlate);
    }
View Full Code Here

TOP

Related Classes of com.threerings.parlor.util.RobotPlayer

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.