示例#1
0
 public virtual void UnderAttack(int dmg)
 {
     mAttr.TakeDmg(dmg); // 受到攻击
 }