Package csa.jportal.match.communication

Examples of csa.jportal.match.communication.TemporaryEffect


            if (value instanceof TemporaryEffect)
            {
                String key = (String) entry.getKey();
                if (key.indexOf("put") != -1)
                {
                    TemporaryEffect effect = (TemporaryEffect) value;
                    if (effect.targetList != null)
                        ret = new CardSimList(effect.targetList);
                    else if (effect.targetCard != null)
                        ret = new CardSimList(effect.targetCard);
                }
View Full Code Here

TOP

Related Classes of csa.jportal.match.communication.TemporaryEffect

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.