Exemplo n.º 1
0
		public string Fight(IStormtrooperFighting fighting)
		{
			return fighting.Fight();
		}
Exemplo n.º 2
0
		public string Fight()
		{
			return "Special Attack. Combo x20 missed.\n" + _fighting.Fight();
		}