Esempio n. 1
0
 public static float Dist(this SC2APIProtocol.Point p1, SC2APIProtocol.Point p2)
 {
     return(p1.Dist(p2.X, p2.Y));
 }