Skip to content

Instantly share code, notes, and snippets.

@john-nash-rs
Created May 5, 2019 15:03
Show Gist options
  • Save john-nash-rs/907c5c3f0fe6c834d3244b0540d09185 to your computer and use it in GitHub Desktop.
Save john-nash-rs/907c5c3f0fe6c834d3244b0540d09185 to your computer and use it in GitHub Desktop.
public abstract class Gun {
private Double cost;
public Double getCost() {
return cost;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment