public static Mundo getInstance() { if (instance == null) { instance = new Mundo(); } return(instance); }
public void Destroy() { instance = null; }