Fixes WaterVaporReaction missing a data definition attribute
This commit is contained in:
@@ -11,6 +11,7 @@ using Robust.Shared.Serialization.Manager.Attributes;
|
|||||||
namespace Content.Server.Atmos.Reactions
|
namespace Content.Server.Atmos.Reactions
|
||||||
{
|
{
|
||||||
[UsedImplicitly]
|
[UsedImplicitly]
|
||||||
|
[DataDefinition]
|
||||||
public class WaterVaporReaction : IGasReactionEffect
|
public class WaterVaporReaction : IGasReactionEffect
|
||||||
{
|
{
|
||||||
[field: DataField("reagent")] public string? Reagent { get; } = null;
|
[field: DataField("reagent")] public string? Reagent { get; } = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user