Beispiel #1
0
 public void Execute()
 {
     weaponSystem.Attack();
 }
Beispiel #2
0
 public void Attack()
 {
     weaponSystem.Attack();
 }