Exemplo n.º 1
0
 public static bool IsSetDamageMove(this IPBEMoveData mData)
 {
     return(PBEDataUtils.IsSetDamageMove(mData.Effect));
 }