package com.intellectualcrafters.plot.object; public abstract class RunnableVal implements Runnable { public T value; public abstract void run(); }