예제 #1
0
 public static void SetVelocity(int entityId, Vector3 *v)
 {
     _ragdollManager.SetVelocity(entityId, *v);
 }