ParadoxException in thread “Creation”: CreatorNotFoundError – the default constructor of class Universe cannot be called from outside the Universe.
Program exited with code 666
Universe universe = new Universe() – nie zadziała bo tylko jeden obiekt tej klasy może istnieć, się mi wydaje
Powinno się dać natomiast:
universe = Universe::singletone();
“What if God was one of us”, czyli „Bogu! Wal do sznura!”
Universe universe = new Universe()
ParadoxException in thread “Creation”: CreatorNotFoundError – the default constructor of class Universe cannot be called from outside the Universe.
Program exited with code 666
Universe universe = new Universe() – nie zadziała bo tylko jeden obiekt tej klasy może istnieć, się mi wydaje
Powinno się dać natomiast:
universe = Universe::singletone();
Acz ja preferuję raczej przebudowę:
http://www.freebsd.org/doc/handbook/makeworld.html
E tam postaw więcej wirtualek i na każdej sobie stworzysz niezależny Uniwers.