예제 #1
0
파일: Aimbot.cs 프로젝트: vnhaxnet/ExCheat
 public static Vector3 GetPlayerVelocity(AActor p)
 {
     return(p.STCharacterMovement().LastUpdateVelocity);
 }