1 package nl.tudelft.goal.ut3.actions; 2 3 import nl.tudelft.goal.unreal.actions.Action; 4 5 public abstract class Continue extends Action { 6 7 public Continue() { 8 9 } 10 11 }