Continuing implementation of Planechase.

This commit is contained in:
spjspj 2018-04-13 01:20:10 +10:00
parent 3e092c2211
commit d97a3ebf04
8 changed files with 363 additions and 6 deletions

View file

@ -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) {