Skip to content

Instantly share code, notes, and snippets.

@u8989332
Created April 1, 2018 02:27
Show Gist options
  • Save u8989332/20a268cf3ff20d3d621b042947b503f5 to your computer and use it in GitHub Desktop.
Save u8989332/20a268cf3ff20d3d621b042947b503f5 to your computer and use it in GitHub Desktop.
public class Program
{
static void Main(string[] args)
{
Rockman rockman = new Rockman();
rockman.setWeapon(new Cut());
rockman.killEnemy();
Console.ReadKey();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment