package com.lloydm.javakogengine;

public class MyRunnable implements Runnable
{
    @Override
    public void run()
    {

    }

}
