Изменил(а) на 'MyFirstUniverse/src/com/company/universe/PlanetaryNebula.java'
This commit is contained in:
parent
98217560df
commit
f1eeacdf03
@ -7,11 +7,11 @@ public class PlanetaryNebula {
|
||||
private long lifeDuration;
|
||||
private long x, y , z;
|
||||
|
||||
// public PlanetaryNebula(){
|
||||
// size = 0;
|
||||
// lifeDuration = 0;
|
||||
// x = 0; y = 0; z=0;
|
||||
// }
|
||||
public PlanetaryNebula(){
|
||||
size = 0;
|
||||
lifeDuration = 0;
|
||||
x = 0; y = 0; z=0;
|
||||
}
|
||||
|
||||
public PlanetaryNebula(String name,long lifeDuration, long size, long x, long y, long z) {
|
||||
this.name = name;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user