1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 02:15:41 +00:00

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>
/// <param name="assembly">The assembly whose command modules to register.</param>
/// <exception cref="ArgumentException">
///
/// </exception>
/// <exception cref="TypeInitializationException">A command module could not be instantiated.</exception>
/// <exception cref="InvalidOperationException">

View File

@ -70,7 +70,10 @@ public sealed class VirtualParadiseParticleEmitterObjectBuilder : VirtualParadis
/// <summary>
/// Gets or sets a value indicating whether this emitter interpolates its values.
/// </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")]
[ValueConverter(typeof(IntToBoolConverter))]
public bool? Interpolate { get; set; }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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