Skip to content

Instantly share code, notes, and snippets.

@Velsimir
Created September 2, 2023 18:00
Show Gist options
  • Save Velsimir/c8eaf7247a619f62cb2d839b22b12f01 to your computer and use it in GitHub Desktop.
Save Velsimir/c8eaf7247a619f62cb2d839b22b12f01 to your computer and use it in GitHub Desktop.
class Weapon
{
public void Shoot() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment