Пример #1
0
 public static Vector2 TraceCellPoint(Vector2 A, int MaxJumps)
 {
     return(self.traceCellPoint(A, MaxJumps));
 }