Skip to content

Commit

Permalink
add getter for crafttype
Browse files Browse the repository at this point in the history
  • Loading branch information
DerToaster98 committed Sep 29, 2024
1 parent 14ff6bb commit c83b41e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ public AbstractCraftPilotSign(final CraftType craftType) {
this.craftType = craftType;
}

public CraftType getCraftType() {
return this.craftType;
}

}

0 comments on commit c83b41e

Please sign in to comment.