mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Nullify ChunkedTopicParameters
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.Components.Interop.Topic
|
||||
{
|
||||
/// <summary>
|
||||
@@ -10,7 +8,7 @@ namespace Tgstation.Server.Host.Components.Interop.Topic
|
||||
sealed class ChunkedTopicParameters : TopicParameters, IMissingPayloadsCommunication, IChunkPayloadId
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public IReadOnlyCollection<uint> MissingChunks { get; set; }
|
||||
public IReadOnlyCollection<uint>? MissingChunks { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public uint? PayloadId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user