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