Package com.fray.evo.action

Examples of com.fray.evo.action.EcAction.execute()


      }
     
      if (!(a instanceof EcActionWait))
        log.printAction(s, a);

      a.execute(s, log);
    }
    log.printFailure(GameLog.FailReason.OutOfActions, s, null);
    return s;
  }
 
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.