mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 02:15:41 +00:00
Fix spacing
This commit is contained in:
parent
5019ef94b0
commit
88483373ee
@ -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">
|
||||
|
@ -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; }
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace VpSharp.Internal;
|
||||
namespace VpSharp.Internal;
|
||||
|
||||
internal enum ReasonCode
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.Numerics;
|
||||
using System.Numerics;
|
||||
using Cysharp.Text;
|
||||
using VpSharp.Extensions;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.Numerics;
|
||||
using System.Numerics;
|
||||
using Cysharp.Text;
|
||||
using VpSharp.Extensions;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Cysharp.Text;
|
||||
using Cysharp.Text;
|
||||
using VpSharp.Extensions;
|
||||
|
||||
namespace VpSharp.Internal.ValueConverters;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Cysharp.Text;
|
||||
using Cysharp.Text;
|
||||
using VpSharp.Extensions;
|
||||
|
||||
namespace VpSharp.Internal.ValueConverters;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Cysharp.Text;
|
||||
using Cysharp.Text;
|
||||
using VpSharp.Extensions;
|
||||
|
||||
namespace VpSharp.Internal.ValueConverters;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.Numerics;
|
||||
using System.Numerics;
|
||||
using Cysharp.Text;
|
||||
using VpSharp.Extensions;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Cysharp.Text;
|
||||
using Cysharp.Text;
|
||||
using VpSharp.Extensions;
|
||||
|
||||
namespace VpSharp.Internal.ValueConverters;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Numerics;
|
||||
using VpSharp.Entities;
|
||||
using VpSharp.Internal.NativeAttributes;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Drawing;
|
||||
using System.Numerics;
|
||||
using System.Threading.Channels;
|
||||
|
@ -184,7 +184,6 @@ public sealed partial class VirtualParadiseClient : IDisposable
|
||||
ReleaseUnmanagedResources();
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Enters a specified world at a specified position.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user