Package com.threerings.parlor.card.data

Examples of com.threerings.parlor.card.data.Deck


    @Override
    public void didStartup (PlaceObject plobj)
    {
        super.didStartup(plobj);

        _deck = new Deck();
        _trickCardGame = (TrickCardGameObject)plobj;
        _cardGame = (CardGameObject)plobj;
        _trickCardGame.setTrickCardGameService(addProvider(this, TrickCardGameMarshaller.class));
    }
View Full Code Here

TOP

Related Classes of com.threerings.parlor.card.data.Deck

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.