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