From: Whatstone <166147148+whatston3@users.noreply.github.com>
Date: Fri, 11 Jul 2025 03:43:56 +0000 (-0400)
Subject: Add Serializable, NetSerializable attributes to DecalPaintMode (#38921)
X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a64fe298d0550f1988c9b54b1254ac028e3ec031;p=space-station-14.git
Add Serializable, NetSerializable attributes to DecalPaintMode (#38921)
Serializable, Net" on DecalPaintMode
---
diff --git a/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs b/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs
index 5485870766..b9a7057347 100644
--- a/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs
+++ b/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs
@@ -2,6 +2,7 @@ using Content.Shared.Decals;
using Robust.Shared.Audio;
using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;
+using Robust.Shared.Serialization;
namespace Content.Shared.SprayPainter.Components;
@@ -109,6 +110,7 @@ public sealed partial class SprayPainterComponent : Component
///
/// A set of operating modes for decal painting.
///
+[Serializable, NetSerializable]
public enum DecalPaintMode : byte
{
///