Ejemplo n.º 1
0
 //计算属性对攻击的加成
 public int getAtkPlusValue()
 {
     return(m_attrStrategy.getAtkPlusValue(this));
 }