Пример #1
0
 public static Vector3 GetPlayerVelocity(AActor p)
 {
     return(p.STCharacterMovement().LastUpdateVelocity);
 }