Package com.fray.evo.util

Examples of com.fray.evo.util.GameLog


  public EcEvolver(EcState source, EcState destination, List<Class<? extends EcAction>> actions)
  {
    this.source = source;
    this.destination = destination;
    this.mergedDestination = destination.getMergedState();
    this.log = new GameLog();
    this.actions = actions;
  }
View Full Code Here

TOP

Related Classes of com.fray.evo.util.GameLog

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.