From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 20 Jan 2024 02:53:39 +0000 (+1100) Subject: Add netserializable to test doafter (#24313) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ed2fa96ca024df553b2559632ba923e8e51d443e;p=space-station-14.git Add netserializable to test doafter (#24313) Might fix the test failure --- diff --git a/Content.IntegrationTests/Tests/DoAfter/DoAfterServerTest.cs b/Content.IntegrationTests/Tests/DoAfter/DoAfterServerTest.cs index 45c2759aa6..45c384f86c 100644 --- a/Content.IntegrationTests/Tests/DoAfter/DoAfterServerTest.cs +++ b/Content.IntegrationTests/Tests/DoAfter/DoAfterServerTest.cs @@ -21,6 +21,7 @@ namespace Content.IntegrationTests.Tests.DoAfter - type: DoAfter "; + [Serializable, NetSerializable] private sealed partial class TestDoAfterEvent : DoAfterEvent { public override DoAfterEvent Clone()