Package com.threerings.whirled.data

Examples of com.threerings.whirled.data.ScenePlace


    }

    @Override
    public Place getLocation ()
    {
        return new ScenePlace(_plobj.getOid(), _scene.getId());
    }
View Full Code Here

TOP

Related Classes of com.threerings.whirled.data.ScenePlace

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.