public static void ImpulseBone(int entityId, int boneId, Vector3 *force) { _ragdollManager.ImpulseBone(entityId, boneId, *force); }