Изменил(а) на 'MyFirstUniverse/src/com/company/universe/Universe.java'

This commit is contained in:
Oleksandr Hryshchenko 2022-11-07 22:10:47 +00:00
parent 43159a682b
commit a357b0578f

View File

@ -7,6 +7,7 @@ public class Universe {
public Universe() {
state = false;
size = 0;
startUniverse();
}
public void startUniverse(){