Skip to content

Instantly share code, notes, and snippets.

@u8989332
Created April 1, 2018 02:18
Show Gist options
  • Save u8989332/4be8ba8ffa2002c43435fc634d7da285 to your computer and use it in GitHub Desktop.
Save u8989332/4be8ba8ffa2002c43435fc634d7da285 to your computer and use it in GitHub Desktop.
public class Cut : 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