Пример #1
0
 // 攻击一次只能有一个,因此攻击 Item 没有状态
 public void execCurItem(BeingEntity being)
 {
     m_curAttackItem.execAttack(being);
 }