예제 #1
0
 public static Vector2 TraceAttackPoint(Vector2 A, int MaxJumps)
 {
     return(self.traceAttackPoint(A, MaxJumps));
 }