예제 #1
0
 public static Task AttachToEntityAsync(this IVehicle vehicle, IEntity entity, short otherBone, short ownBone,
                                        Position position, Rotation rotation, bool collision, bool noFixedRotation) =>
 AltVAsync.Schedule(() =>
                    vehicle.AttachToEntity(entity, otherBone, ownBone, position, rotation, collision, noFixedRotation));