]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add netserializable to test doafter (#24313)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 20 Jan 2024 02:53:39 +0000 (13:53 +1100)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 02:53:39 +0000 (13:53 +1100)
Might fix the test failure

Content.IntegrationTests/Tests/DoAfter/DoAfterServerTest.cs

index 45c2759aa6e8aa285e86c5b3353b86eb460ecb93..45c384f86c7091ab40210b5cec6eaeea6c24aa15 100644 (file)
@@ -21,6 +21,7 @@ namespace Content.IntegrationTests.Tests.DoAfter
   - type: DoAfter
 ";
 
+        [Serializable, NetSerializable]
         private sealed partial class TestDoAfterEvent : DoAfterEvent
         {
             public override DoAfterEvent Clone()