]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add Serializable, NetSerializable attributes to DecalPaintMode (#38921)
authorWhatstone <166147148+whatston3@users.noreply.github.com>
Fri, 11 Jul 2025 03:43:56 +0000 (23:43 -0400)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 03:43:56 +0000 (23:43 -0400)
Serializable, Net" on DecalPaintMode

Content.Shared/SprayPainter/Components/SprayPainterComponent.cs

index 5485870766d36c733749395a1329247586a10a09..b9a7057347de440e2c692a5b9298eaa2bc2bbec8 100644 (file)
@@ -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
 /// <summary>
 /// A set of operating modes for decal painting.
 /// </summary>
+[Serializable, NetSerializable]
 public enum DecalPaintMode : byte
 {
     /// <summary>