Fix spacing

This commit is contained in:
Oliver Booth 2022-11-30 18:25:05 +00:00
parent 5019ef94b0
commit 88483373ee
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
22 changed files with 53 additions and 52 deletions

View File

@ -36,7 +36,6 @@ public sealed class CommandsExtension : VirtualParadiseClientExtension
/// </summary> /// </summary>
/// <param name="assembly">The assembly whose command modules to register.</param> /// <param name="assembly">The assembly whose command modules to register.</param>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
///
/// </exception> /// </exception>
/// <exception cref="TypeInitializationException">A command module could not be instantiated.</exception> /// <exception cref="TypeInitializationException">A command module could not be instantiated.</exception>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">

View File

@ -70,7 +70,10 @@ public sealed class VirtualParadiseParticleEmitterObjectBuilder : VirtualParadis
/// <summary> /// <summary>
/// Gets or sets a value indicating whether this emitter interpolates its values. /// Gets or sets a value indicating whether this emitter interpolates its values.
/// </summary> /// </summary>
/// <value><see langword="true" /> if this emitter interpolates its values; otherwise, <see langword="false" />, or <see langword="null" /> to leave unchanged.</value> /// <value>
/// <see langword="true" /> if this emitter interpolates its values; otherwise, <see langword="false" />, or
/// <see langword="null" /> to leave unchanged.
/// </value>
[SerializationKey("interpolate")] [SerializationKey("interpolate")]
[ValueConverter(typeof(IntToBoolConverter))] [ValueConverter(typeof(IntToBoolConverter))]
public bool? Interpolate { get; set; } public bool? Interpolate { get; set; }

View File

@ -1,4 +1,4 @@
namespace VpSharp.Internal; namespace VpSharp.Internal;
internal enum ReasonCode internal enum ReasonCode
{ {

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using Cysharp.Text; using Cysharp.Text;
using VpSharp.Extensions; using VpSharp.Extensions;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using Cysharp.Text; using Cysharp.Text;
using VpSharp.Extensions; using VpSharp.Extensions;

View File

@ -1,4 +1,4 @@
using Cysharp.Text; using Cysharp.Text;
using VpSharp.Extensions; using VpSharp.Extensions;
namespace VpSharp.Internal.ValueConverters; namespace VpSharp.Internal.ValueConverters;

View File

@ -1,4 +1,4 @@
using Cysharp.Text; using Cysharp.Text;
using VpSharp.Extensions; using VpSharp.Extensions;
namespace VpSharp.Internal.ValueConverters; namespace VpSharp.Internal.ValueConverters;

View File

@ -1,4 +1,4 @@
using Cysharp.Text; using Cysharp.Text;
using VpSharp.Extensions; using VpSharp.Extensions;
namespace VpSharp.Internal.ValueConverters; namespace VpSharp.Internal.ValueConverters;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using Cysharp.Text; using Cysharp.Text;
using VpSharp.Extensions; using VpSharp.Extensions;

View File

@ -1,4 +1,4 @@
using Cysharp.Text; using Cysharp.Text;
using VpSharp.Extensions; using VpSharp.Extensions;
namespace VpSharp.Internal.ValueConverters; namespace VpSharp.Internal.ValueConverters;

View File

@ -1,4 +1,4 @@
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Numerics; using System.Numerics;
using VpSharp.Entities; using VpSharp.Entities;
using VpSharp.Internal.NativeAttributes; using VpSharp.Internal.NativeAttributes;

View File

@ -1,4 +1,4 @@
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Drawing; using System.Drawing;
using System.Numerics; using System.Numerics;
using System.Threading.Channels; using System.Threading.Channels;

View File

@ -184,7 +184,6 @@ public sealed partial class VirtualParadiseClient : IDisposable
ReleaseUnmanagedResources(); ReleaseUnmanagedResources();
} }
/// <summary> /// <summary>
/// Enters a specified world at a specified position. /// Enters a specified world at a specified position.
/// </summary> /// </summary>