Add interaction tests (#15251)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Shared.Stacks
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("stackType", required: true, customTypeSerializer: typeof(PrototypeIdSerializer<StackPrototype>))]
|
||||
public string? StackTypeId { get; private set; }
|
||||
public string StackTypeId { get; private set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Current stack count.
|
||||
|
||||
Reference in New Issue
Block a user