Skip to content

Instantly share code, notes, and snippets.

@u8989332
Created April 1, 2018 02:14
Show Gist options
  • Save u8989332/aab1cf1438e89bb70a7afde8369308be to your computer and use it in GitHub Desktop.
Save u8989332/aab1cf1438e89bb70a7afde8369308be to your computer and use it in GitHub Desktop.
public abstract class AbstractWeapon
{
public abstract void shoot();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment