Skip to content

Instantly share code, notes, and snippets.

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