Examples of MiCasaBootstrapData


Examples of com.threerings.micasa.data.MiCasaBootstrapData

            // if we were already in a location, go there
            moveOid = _body.location.placeOid;

        } else {
            // otherwise head to the default lobby to start things off
            MiCasaBootstrapData data = (MiCasaBootstrapData)
                client.getBootstrapData();
            moveOid = data.defLobbyOid;
        }

        if (moveOid > 0) {
View Full Code Here

Examples of com.threerings.micasa.data.MiCasaBootstrapData

public class MiCasaSession extends CrowdSession
{
    @Override // from PresentsSession
    protected BootstrapData createBootstrapData ()
    {
        return new MiCasaBootstrapData();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.