Example #1
0
 public void PlayerAttack()
 {
     currentDroid.Attack(currentDroid.getMovingDirection());
 }