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