예제 #1
0
 // 更新被击者标志
 virtual public void updateCardAttackedState(GameOpState opt)
 {
     // 场牌
     outSceneCardList.updateCardAttackedState(opt);
     // 英雄卡
     m_centerHero.updateCardAttackedState(opt);
     // 技能卡
     m_sceneSkillCard.updateCardAttackedState(opt);
 }