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