public static void Shutdown() { instance = null; }
public static void Setup() { instance = new EntityWorld(); }