/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.run.old.bio; import automenta.spacenet.space.geom.ProcessBox; /** * next-gen critterding implementation in java */ public class CritterGod extends ProcessBox { @Override protected void start() { } }