示例#1
0
 //Member Methods (Can do)
 //Attack
 public void Attack(Dinosaur dinoToAttack)
 {
     dinoToAttack.health -= weapon.attackPower;
 }