allow network payload data to inherit nullability (#21327)
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Diagnostics.CodeAnalysis;
|
|||||||
|
|
||||||
namespace Content.Server.DeviceNetwork
|
namespace Content.Server.DeviceNetwork
|
||||||
{
|
{
|
||||||
public sealed class NetworkPayload : Dictionary<string, object>
|
public sealed class NetworkPayload : Dictionary<string, object?>
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tries to get a value from the payload and checks if that value is of type T.
|
/// Tries to get a value from the payload and checks if that value is of type T.
|
||||||
|
|||||||
Reference in New Issue
Block a user