Ejemplo n.º 1
0
 public void Swing()
 {
     Console.WriteLine("The sword is swinged.");
     _enchantment.Apply();
 }
Ejemplo n.º 2
0
 public void Swing()
 {
     Console.WriteLine("Замах с чукът.");
     _enchantment.Apply();
 }
Ejemplo n.º 3
0
 public void Swing()
 {
     Console.WriteLine("Замахване с меча.");
     _enchantment.Apply();
 }
Ejemplo n.º 4
0
 public void Swing()
 {
     Console.WriteLine("THe gun is swinged like rajini movie");
     _enchantment.Apply();
 }