Package csa.jportal.match.communication

Examples of csa.jportal.match.communication.ManaPayment


    }

    void buildLeafForCommunication()
    {
        // for now -> only Mana Payment
        ManaPayment mana = pendingCommunication.manaExpected;
        Card card = pendingCommunication.E.mInitiatorCard;
        if (mana.paymentType == ManaPayment.MP_TRIGGER_ACTIVATE_CARD)
        {
            // only spontanous Mana supported as yet
            EAIAction ret;
View Full Code Here



        if (action == null)
        {
            E.D.addLog("EAI: No action known (either instant from old AI code, or triggered Mana need).", 3);
            ManaPayment mana = c.manaExpected;
            Card card = c.E.mInitiatorCard;

           
            if ((mana != null) && (mana.paymentType == ManaPayment.MP_TRIGGER_ACTIVATE_CARD))
            {
View Full Code Here

TOP

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

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.