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