public static Engine getInstance() { if (instance == null) instance = new Engine(); return instance; }