Skip to content

Instantly share code, notes, and snippets.

@u8989332
Created April 1, 2018 02:18
Show Gist options
  • Save u8989332/e4bfd2dd230064ef559ff10030e7dc9d to your computer and use it in GitHub Desktop.
Save u8989332/e4bfd2dd230064ef559ff10030e7dc9d to your computer and use it in GitHub Desktop.
public class Guts : AbstractWeapon
{
public override void shoot()
{
Console.WriteLine("超級手臂!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment