Added isSpawned method to Stargate
This commit is contained in:
parent
2fdb311315
commit
d1a20ff5dc
@ -52,6 +52,9 @@ public class Stargate {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isSpawned() {
|
||||||
|
return isSpawned;
|
||||||
|
}
|
||||||
public boolean isOpen() {
|
public boolean isOpen() {
|
||||||
return isSpawned & other.isSpawned;
|
return isSpawned & other.isSpawned;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user