예제 #1
0
 public void Swing()
 {
     Console.WriteLine("The sword is swinged.");
     _enchantment.Apply();
 }
예제 #2
0
파일: Hammer.cs 프로젝트: mpaulohs/Tu-Varna
 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();
 }