예제 #1
0
 public void SetAttack(AttackBase attack)
 {
     attack.SetPower(_basePower);
     attack.StartAttack();
     _character.Attack = attack;
 }