forked from External/mage
Continuing implementation of Planechase.
This commit is contained in:
parent
3e092c2211
commit
d97a3ebf04
8 changed files with 363 additions and 6 deletions
|
|
@ -75,6 +75,7 @@ public class Plane implements CommandObject {
|
|||
|
||||
public Plane() {
|
||||
this.id = UUID.randomUUID();
|
||||
this.frameStyle = FrameStyle.M15_NORMAL;
|
||||
}
|
||||
|
||||
public Plane(final Plane plane) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue